File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 13
13
.nav-group-items {
14
14
--cui-sidebar-nav-link-color : var (--cui-body-color );
15
15
}
16
+
17
+ .sidebar-nav {
18
+ --cui-sidebar-nav-link-icon-margin : 1rem ;
19
+ }
20
+
21
+ .sidebar-nav .compact .nav-link {
22
+ --cui-sidebar-nav-link-padding-y : .375rem ;
23
+ }
16
24
}
17
25
26
+ @if $enable-dark-mode {
27
+ @include color-mode (dark ) {
28
+ .docs-sidebar {
29
+ --cui-sidebar-bg : var (--cui-body-bg );
30
+ }
31
+ }
32
+ }
Original file line number Diff line number Diff line change 1
- < div class ="sidebar sidebar-lg sidebar-fixed sidebar-self-hiding-md border-end ps -xl-4 docs-sidebar elevation-0 " id ="sidebar ">
1
+ < div class ="sidebar sidebar-lg sidebar-fixed sidebar-self-hiding-md border-end px -xl-4 docs-sidebar elevation-0 " id ="sidebar ">
2
2
< div class ="sidebar-brand justify-content-start ps-3 ">
3
3
{{ partial "icons/coreui-base.svg" (dict "class" "d-block mt-4 mb-5" "height" "50") }}
4
4
</ div >
5
- < div class ="text-body-secondary ms-3 me-5 mb-2 small fw-semibold "> Framework:</ div >
6
- < div class ="dropdown ms-3 me-5 mb-4 ">
5
+ < div class ="text-body-secondary mx-3 mb-2 small fw-semibold "> Framework:</ div >
6
+ < div class ="dropdown mx-3 mb-4 ">
7
7
< button class ="btn btn-outline-primary dropdown-toggle w-100 " type ="button " id ="dropdownMenuButton " data-coreui-toggle ="dropdown " aria-expanded ="false ">
8
8
JavaScript / Vanilla JS
9
9
</ button >
You can’t perform that action at this time.
0 commit comments