Skip to content

Commit 350ec47

Browse files
committed
refactor: update styles
1 parent d0cb2e7 commit 350ec47

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/scss/_custom.scss

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1-
// Here you can add other styles
1+
// Custom styles for this theme
2+
23
.header > .container-fluid,
34
.sidebar-header {
45
min-height: calc(4rem + 1px); // stylelint-disable-line function-disallowed-list
56
}
67

8+
.sidebar-brand-full {
9+
margin-left: 3px;
10+
}
11+
712
.sidebar-toggler {
813
@include ltr-rtl("margin-left", auto);
914
}
@@ -30,4 +35,4 @@
3035

3136
.footer {
3237
min-height: calc(3rem + 1px); // stylelint-disable-line function-disallowed-list
33-
}
38+
}

0 commit comments

Comments
 (0)