File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change 31
31
}
32
32
}
33
33
34
- @include media-breakpoint-up ($mobile-breakpoint ) {
35
- & .hide {
36
- & :not (.sidebar-end ){
37
- @include ltr-rtl (" margin-left" , calc (-1 * var (--#{$variable-prefix}sidebar-width )));
38
- ~ * {
39
- -- #{$variable-prefix } sidebar-occupy-start : 0 ;
40
- }
41
- }
42
- & .sidebar-end {
43
- @include ltr-rtl (" margin-right" , calc (-1 * var (--#{$variable-prefix}sidebar-width )));
44
- ~ * {
45
- -- #{$variable-prefix } sidebar-occupy-end : 0 ;
46
- }
47
- }
48
- }
49
- }
50
-
51
34
& [class *= " bg-" ] {
52
35
border-color : rgba ($black , .1 );
53
36
}
70
53
}
71
54
}
72
55
56
+ @include media-breakpoint-up ($mobile-breakpoint ) {
57
+ & .hide {
58
+ & :not (.sidebar-end ){
59
+ @include ltr-rtl (" margin-left" , calc (-1 * var (--#{$variable-prefix}sidebar-width )));
60
+ ~ * {
61
+ -- #{$variable-prefix } sidebar-occupy-start : 0 ;
62
+ }
63
+ }
64
+ & .sidebar-end {
65
+ @include ltr-rtl (" margin-right" , calc (-1 * var (--#{$variable-prefix}sidebar-width )));
66
+ ~ * {
67
+ -- #{$variable-prefix } sidebar-occupy-end : 0 ;
68
+ }
69
+ }
70
+ }
71
+ }
72
+
73
73
& .sidebar-fixed {
74
74
@include media-breakpoint-up ($mobile-breakpoint ) {
75
75
position : fixed ;
You can’t perform that action at this time.
0 commit comments