Compare commits

..

No commits in common. "399dcfdcaf39140804cb61d206476094b03da61a" and "006aeba5092b796d310a131e104db1f47cdd437e" have entirely different histories.

3 changed files with 65 additions and 76 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,3 @@
.hero{
.search{ .search{
.input-group * { .input-group * {
margin: 0; margin: 0;
@ -38,7 +37,8 @@
right: 2rem; right: 2rem;
+ .appear { + .appear {
display: block; display: block;
background-color: scale-color($input-background-focus, $lightness: -20%); color: $primary-color;
background-color: $input-background-focus;
z-index: 2; z-index: 2;
&:hover { &:hover {
color: $white; color: $white;
@ -64,4 +64,3 @@
} }
} }
} }
}

View File

@ -554,18 +554,8 @@ body.vertical-menu header .desktop {
margin-bottom: 0; margin-bottom: 0;
} }
.sorting { .sorting button {
display: flex; // margin-bottom: 0;
button,.button {
padding: 0 $global-padding*1.4;
font-size: $global-font-size * 0.85;
margin: 0 $global-margin;
}
select {
// width: 100%;
// height: 100%;
margin-bottom: 0;
}
} }
.layout-toggle button { .layout-toggle button {