File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 25
25
& .no-delay {
26
26
transition-duration : 0ms ;
27
27
}
28
+ }
28
29
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
+ }
36
37
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 );
45
45
}
46
46
47
47
.sidebar-mobile__close {
You can’t perform that action at this time.
0 commit comments