File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ const AppHeader = () => {
43
43
} , [ ] )
44
44
45
45
return (
46
- < CHeader position = "sticky" className = "mb-4" ref = { headerRef } >
46
+ < CHeader position = "sticky" className = "mb-4 p-0 " ref = { headerRef } >
47
47
< CContainer className = "border-bottom" fluid >
48
48
< CHeaderToggler
49
49
className = "ps-1"
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
// Variable overrides
2
2
//
3
3
// If you want to customize your project please add your variables below.
4
+
5
+ $enable-rtl : true; /* stylelint-disable-line scss/dollar-variable-default */
6
+ $enable-deprecation-messages : false; /* stylelint-disable-line scss/dollar-variable-default */
Original file line number Diff line number Diff line change 1
1
// If you want to override variables do it here
2
2
@import " variables" ;
3
3
4
- $enable-ltr : true;
5
- $enable-rtl : true;
6
-
7
4
// Import CoreUI for React components library
8
5
@import " @coreui/coreui/scss/coreui" ;
9
6
10
7
// Import Chart.js custom tooltips styles
11
8
@import " @coreui/chartjs/scss/coreui-chartjs" ;
12
9
13
10
@import " layout" ;
14
- @import " example" ;
11
+
12
+ // Preview
13
+ @import " examples" ;
15
14
16
15
// If you want to add custom CSS you can put it here.
17
16
@import " custom" ;
You can’t perform that action at this time.
0 commit comments