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
}
68
51
}
69
52
}
70
53
54
+ @include media-breakpoint-up ($mobile-breakpoint ) {
55
+ & .hide {
56
+ & :not (.sidebar-end ){
57
+ @include ltr-rtl (" margin-left" , calc (-1 * var (--#{$variable-prefix}sidebar-width )));
58
+ ~ * {
59
+ -- #{$variable-prefix } sidebar-occupy-start : 0 ;
60
+ }
61
+ }
62
+ & .sidebar-end {
63
+ @include ltr-rtl (" margin-right" , calc (-1 * var (--#{$variable-prefix}sidebar-width )));
64
+ ~ * {
65
+ -- #{$variable-prefix } sidebar-occupy-end : 0 ;
66
+ }
67
+ }
68
+ }
69
+ }
70
+
71
71
& .sidebar-fixed {
72
72
@include media-breakpoint-up ($mobile-breakpoint ) {
73
73
position : fixed ;
You can’t perform that action at this time.
0 commit comments