Derick Montague | 66f903f | 2020-02-28 11:22:31 -0600 | [diff] [blame] | 1 | @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; |