summaryrefslogtreecommitdiff
path: root/src/assets/styles/bmc/custom/_index.scss
blob: 43b4e1a3834d8bfbeffa68673cc147929b8e769a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// OpenBMC Global Style Overrides of out of the box
// Bootstrap styles
@import "./alert";
@import "./badge";
@import "./base";
@import "./bootstrap-grid";
@import "./buttons";
@import "./calendar";
@import "./card";
@import "./dropdown";
@import "./forms";
@import "./kvm";
@import "./modal";
@import "./pagination";
@import "./section-divider";
@import "./sol";
@import "./tables";
@import "./toasts";
@import "./popover";