fix/20210728 #14
|
@ -1,4 +1,5 @@
|
|||
.search{
|
||||
.hero{
|
||||
.search{
|
||||
.input-group * {
|
||||
margin: 0;
|
||||
}
|
||||
|
@ -37,8 +38,7 @@
|
|||
right: 2rem;
|
||||
+ .appear {
|
||||
display: block;
|
||||
color: $primary-color;
|
||||
background-color: $input-background-focus;
|
||||
background-color: scale-color($input-background-focus, $lightness: -20%);
|
||||
z-index: 2;
|
||||
&:hover {
|
||||
color: $white;
|
||||
|
@ -63,4 +63,5 @@
|
|||
background-color: scale-color($primary-color, $lightness: 85%);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -554,8 +554,18 @@ body.vertical-menu header .desktop {
|
|||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.sorting button {
|
||||
// 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;
|
||||
}
|
||||
}
|
||||
|
||||
.layout-toggle button {
|
||||
|
|
Loading…
Reference in New Issue