Files
essence/scss/essence.scss
Leo e0c0219483 - Bring back Bootstrap's bg-body default.
- Apply off white to <body>.
- Shade a nice color to dropdown hovered items.
2023-06-08 05:19:17 -05:00

18 lines
370 B
SCSS

// Bootstrap components
@import 'bootstrap/reboots';
@import 'bootstrap/buttons';
@import 'bootstrap/nav';
@import 'bootstrap/navbar';
@import 'bootstrap/pagination';
@import 'bootstrap/code';
@import 'bootstrap/form-control';
// Vendor
@import "vendors/prismjs";
// Essence components
@import 'elements/sidebar';
@import 'elements/footer';
@import 'elements/radio';