Derick Montague | 66f903f | 2020-02-28 11:22:31 -0600 | [diff] [blame] | 1 | // Override Bootstrap Variables - node_modules/Bootstrap/scss/_variables.scss |
| 2 | $enable-rounded: false; |
| 3 | $enable-validation-icons: false; |
Derick Montague | 221b318 | 2020-04-14 16:10:24 -0500 | [diff] [blame^] | 4 | $transition-base: all $duration--moderate-02 $standard-easing--productive; |
| 5 | $transition-fade: opacity $duration--moderate-01 $standard-easing--productive; |
| 6 | $transition-collapse: height $duration--slow-01 $standard-easing--expressive; |
Derick Montague | 66f903f | 2020-02-28 11:22:31 -0600 | [diff] [blame] | 7 | |
| 8 | // OpenBMC Custom Variables |
| 9 | $responsive-layout-bp: lg; |
| 10 | $header-height: 56px; |
| 11 | $navigation-width: 300px; |
| 12 | $container-bgd: $gray-200; |
| 13 | $primary-nav-hover: $gray-300; |