Skip to content
Snippets Groups Projects
Commit 9a39b05f authored by Olivia206's avatar Olivia206
Browse files

wip

parent 468bb21c
No related branches found
No related tags found
No related merge requests found
...@@ -54,19 +54,18 @@ ...@@ -54,19 +54,18 @@
color: $color-text color: $color-text
height: 100vh height: 100vh
left: 0 left: 0
padding-bottom: $spacing-5 padding-right: var(--grid-gutter)
padding-left: $spacing-3 padding-left: var(--grid-gutter)
padding-right: $spacing-3
padding-top: $spacing-6
position: fixed position: fixed
overflow: auto overflow: auto
top: 0 top: 0
width: 100vw width: 100vw
z-index: 80 z-index: 80
@include media-breakpoint-down(desktop)
padding-bottom: $spacing-5
padding-top: $spacing-6
@include media-breakpoint-up(desktop) @include media-breakpoint-up(desktop)
padding-right: $spacing-5 padding-top: $spacing-4
padding-left: $spacing-5
padding-top: space(7)
&[aria-hidden=true] &[aria-hidden=true]
display: none display: none
a a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment