Compare commits
No commits in common. "399dcfdcaf39140804cb61d206476094b03da61a" and "006aeba5092b796d310a131e104db1f47cdd437e" have entirely different histories.
399dcfdcaf
...
006aeba509
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,3 @@
|
|||
.hero{
|
||||
.search{
|
||||
.input-group * {
|
||||
margin: 0;
|
||||
|
@ -38,7 +37,8 @@
|
|||
right: 2rem;
|
||||
+ .appear {
|
||||
display: block;
|
||||
background-color: scale-color($input-background-focus, $lightness: -20%);
|
||||
color: $primary-color;
|
||||
background-color: $input-background-focus;
|
||||
z-index: 2;
|
||||
&:hover {
|
||||
color: $white;
|
||||
|
@ -64,4 +64,3 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -554,18 +554,8 @@ body.vertical-menu header .desktop {
|
|||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.sorting {
|
||||
display: flex;
|
||||
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;
|
||||
}
|
||||
.sorting button {
|
||||
// margin-bottom: 0;
|
||||
}
|
||||
|
||||
.layout-toggle button {
|
||||
|
|
Loading…
Reference in New Issue