File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ html(lang='en')
9
9
block styles
10
10
body.bg-light
11
11
include ../_partials/sidebar.pug
12
- .wrapper.d-flex.flex-column.min-vh-100 ( data-coreui-reliant = "sidebar" )
12
+ .wrapper.d-flex.flex-column.min-vh-100
13
13
include ../_partials/header.pug
14
14
.body.flex-grow-1.px-3
15
15
.container-lg
Original file line number Diff line number Diff line change
1
+ .wrapper {
2
+ width : 100% ;
3
+ padding-left : var (--cui-sidebar-occupy , 0 );
4
+ transform : translateZ (0 );
5
+ will-change : auto ;
6
+ @include transition (padding .15s );
7
+ }
Original file line number Diff line number Diff line change 4
4
// Import styles
5
5
@import " @coreui/coreui/scss/coreui" ;
6
6
7
- // If you want to add something do it here
8
- @import " custom" ;
7
+ @import " layout" ;
9
8
9
+ // If you want to add custom CSS you can put it here.
10
+ @import " custom" ;
You can’t perform that action at this time.
0 commit comments