Small design polishing on FilterBar
This commit is contained in:
parent
682738eacc
commit
3d5e7ab7ff
1 changed files with 2 additions and 1 deletions
|
|
@ -1,11 +1,12 @@
|
||||||
.FilterBar {
|
.FilterBar {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background: white;
|
background: white;
|
||||||
border-radius: 6px;
|
border-radius: $unit;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
gap: $unit * 2;
|
gap: $unit * 2;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
margin-top: 7px; // Line up with HeaderMenu
|
||||||
padding: $unit * 2;
|
padding: $unit * 2;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
transition: box-shadow 0.24s ease-in-out;
|
transition: box-shadow 0.24s ease-in-out;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue