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