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 3131 }
3232 }
3333
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-
5134 & [class *= " bg-" ] {
5235 border-color : rgba ($black , .1 );
5336 }
6851 }
6952 }
7053
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+
7171 & .sidebar-fixed {
7272 @include media-breakpoint-up ($mobile-breakpoint ) {
7373 position : fixed ;
You can’t perform that action at this time.
0 commit comments