Fixes:
- Search bar is primary-color-hover in thin mode with match top bar set - Search filters .expand class does not take effect in thin mode - Grid point moved from 901 to 961 px
This commit is contained in:
parent
bd0e9af7ff
commit
fbb8f1513e
|
@ -17,7 +17,7 @@
|
||||||
align-items: center
|
align-items: center
|
||||||
align-content: center
|
align-content: center
|
||||||
|
|
||||||
@media only screen and (min-width: 901px)
|
@media only screen and (min-width: 961px)
|
||||||
display: grid
|
display: grid
|
||||||
grid-template-columns: 1fr 440px 1fr
|
grid-template-columns: 1fr 440px 1fr
|
||||||
|
|
||||||
|
@ -111,6 +111,9 @@
|
||||||
top: 60px
|
top: 60px
|
||||||
background-color: var(--side-nav-color)
|
background-color: var(--side-nav-color)
|
||||||
|
|
||||||
|
@include top-nav-is-colored
|
||||||
|
background-color: var(--primary-color-hover)
|
||||||
|
|
||||||
.searchInput
|
.searchInput
|
||||||
flex: 1
|
flex: 1
|
||||||
|
|
||||||
|
@ -126,5 +129,6 @@
|
||||||
right: 0
|
right: 0
|
||||||
margin: 95px 10px 0px
|
margin: 95px 10px 0px
|
||||||
|
|
||||||
|
@media only screen and (min-width: 681px)
|
||||||
&.expand
|
&.expand
|
||||||
margin-left: 100px
|
margin-left: 100px
|
||||||
|
|
Loading…
Reference in New Issue