- 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:
Cadence Ember 2020-03-28 17:04:37 +13:00
parent 6ca7f7e4ec
commit 15051812bb
No known key found for this signature in database
GPG Key ID: 128B99B1B74A6412
1 changed files with 7 additions and 3 deletions

View File

@ -17,7 +17,7 @@
align-items: center
align-content: center
@media only screen and (min-width: 901px)
@media only screen and (min-width: 961px)
display: grid
grid-template-columns: 1fr 440px 1fr
@ -111,6 +111,9 @@
top: 60px
background-color: var(--side-nav-color)
@include top-nav-is-colored
background-color: var(--primary-color-hover)
.searchInput
flex: 1
@ -126,5 +129,6 @@
right: 0
margin: 95px 10px 0px
&.expand
margin-left: 100px
@media only screen and (min-width: 681px)
&.expand
margin-left: 100px