summaryrefslogtreecommitdiff
path: root/src/assets/styles/_obmc-custom.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/assets/styles/_obmc-custom.scss')
-rw-r--r--src/assets/styles/_obmc-custom.scss21
1 files changed, 2 insertions, 19 deletions
diff --git a/src/assets/styles/_obmc-custom.scss b/src/assets/styles/_obmc-custom.scss
index 7328bb05..09240705 100644
--- a/src/assets/styles/_obmc-custom.scss
+++ b/src/assets/styles/_obmc-custom.scss
@@ -1,27 +1,10 @@
-$enable-rounded: false;
-$enable-validation-icons: false;
-$responsive-layout-bp: lg;
-$header-height: 56px;
-$navigation-width: 300px;
-
-// Required
+@import "./variables";
@import "~bootstrap/scss/functions";
@import "./functions";
-@import "./colors";
-@import "./motion";
@import "~bootstrap/scss/variables";
@import "~bootstrap/scss/mixins";
+@import "./motion";
-// Removing colors we do not have maps for or need for
-// the OpenBMC theme. There are some that are required by
-// Bootstrap keys that cannot be removed from theme colors
-// are primary, success, and danger.
-// https://getbootstrap.com/docs/4.0/getting-started/theming/#required-keys
-$grays: map-remove($grays, "500");
-$colors: map-remove($colors, "indigo", "purple", "pink", "orange", "cyan");
-$colors: map-remove($theme-colors, "light", "dark");
-
-// Optional
@import "~bootstrap/scss/root";
@import "~bootstrap/scss/reboot";
@import "~bootstrap/scss/alert";