Skip to content

Commit b8df21f

Browse files
committed
Updating stylesheet
1 parent 614b914 commit b8df21f

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,23 @@
2525
&.no-delay{
2626
transition-duration: 0ms;
2727
}
28+
}
2829

29-
.opener{
30-
position: absolute;
31-
top: 45px;
32-
bottom: 0;
33-
width: 32px;
34-
left: 285px;
35-
}
30+
.sidebar-mobile___toggle {
31+
position: absolute;
32+
top: 45px;
33+
bottom: 0;
34+
width: 32px;
35+
left: 285px;
36+
}
3637

37-
.sidebar-content{
38-
position: relative;
39-
width: 285px;
40-
height: 100vh;
41-
overflow-x: hidden;
42-
background: map-get($colors, white);
43-
box-shadow: 0 0 5px map-get($colors, emperor);
44-
}
38+
.sidebar-mobile__content {
39+
position: relative;
40+
width: 285px;
41+
height: 100vh;
42+
overflow-x: hidden;
43+
background: map-get($colors, white);
44+
box-shadow: 0 0 5px map-get($colors, emperor);
4545
}
4646

4747
.sidebar-mobile__close {

0 commit comments

Comments
 (0)