Skip to content

Commit 5334a77

Browse files
committed
[fix] Class fix and replacing map-gets in SidbarMobile's stylesheet
1 parent b8df21f commit 5334a77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/sidebar-mobile/sidebar-mobile-style.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
}
2828
}
2929

30-
.sidebar-mobile___toggle {
30+
.sidebar-mobile__toggle {
3131
position: absolute;
3232
top: 45px;
3333
bottom: 0;
@@ -40,8 +40,8 @@
4040
width: 285px;
4141
height: 100vh;
4242
overflow-x: hidden;
43-
background: map-get($colors, white);
44-
box-shadow: 0 0 5px map-get($colors, emperor);
43+
background: getColor(white);
44+
box-shadow: 0 0 5px getColor(emperor);
4545
}
4646

4747
.sidebar-mobile__close {

0 commit comments

Comments
 (0)