Add style to subnavigation
This commit is contained in:
parent
fa72d8f5b8
commit
b2ae3dce23
|
|
@ -74,6 +74,7 @@
|
|||
|
||||
@include desktop {
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
grid-auto-rows: auto;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -115,14 +115,12 @@
|
|||
}
|
||||
|
||||
.module-navigation {
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
display: none;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
z-index: 90;
|
||||
background-color: $color-white;
|
||||
border-top: 1px solid $color-silver;
|
||||
|
||||
@include desktop {
|
||||
display: flex;
|
||||
|
|
|
|||
|
|
@ -17,6 +17,9 @@
|
|||
.sub-navigation {
|
||||
display: none;
|
||||
|
||||
grid-column: 1 / 4;
|
||||
border-top: 1px solid $color-silver;
|
||||
|
||||
@include desktop {
|
||||
display: flex;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue