Files
NodeBB/public/scss/admin/sidebar.scss
Barış Soner Uşaklı c58e09f91e refactor: fix btn-ghost usage to match bootstrap
remove btn-ghost-sm and replace with btn btn-ghost btn-sm
2024-09-11 14:04:19 -04:00

13 lines
159 B
SCSS

#sidebar-left, #offcanvas {
.btn-ghost {
i {
color: $gray-500;
}
}
.accordion-body {
.btn-ghost.btn-sm {
padding-left: 38px!important;
}
}
}