mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-23 17:38:57 +00:00
11 lines
406 B
SCSS
11 lines
406 B
SCSS
// This contains all of the bootstrap style overrides we do. Files should
|
|
// correspond to the bootstrap filename, and be placed in the overrides/ folder
|
|
@import "./overrides/alerts";
|
|
@import "./overrides/buttons";
|
|
@import "./overrides/button-groups";
|
|
@import "./overrides/dropdowns";
|
|
@import "./overrides/forms";
|
|
@import "./overrides/grid";
|
|
@import "./overrides/input-groups";
|
|
@import "./overrides/type";
|