blob: f59cfc1c5265132b58baf3e3cf60f188e54ac73e [file] [log] [blame]
Derick Montague66f903f2020-02-28 11:22:31 -06001@import "./colors";
2
3// Override Bootstrap Variables - node_modules/Bootstrap/scss/_variables.scss
4$enable-rounded: false;
5$enable-validation-icons: false;
6
7// OpenBMC Custom Variables
8$responsive-layout-bp: lg;
9$header-height: 56px;
10$navigation-width: 300px;
11$container-bgd: $gray-200;
12$primary-nav-hover: $gray-300;