mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-23 17:00:24 +01:00
13 lines
170 B
SCSS
13 lines
170 B
SCSS
|
|
#sidebar-left, #offcanvas {
|
||
|
|
.btn-ghost, .btn-ghost-sm {
|
||
|
|
i {
|
||
|
|
color: $gray-500;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.accordion-body {
|
||
|
|
.btn-ghost-sm {
|
||
|
|
padding-left: 38px!important;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|