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; |
SurenNeware | 1f8117f | 2020-09-22 19:28:56 +0530 | [diff] [blame] | 10 | $header-height: 48px; |
Dixsie Wolmers | d7e7a16 | 2020-07-20 18:35:33 -0500 | [diff] [blame] | 11 | $navigation-width: 300px; |
| 12 | $form-label-font-size: .875rem; |
Dixsie Wolmers | 12bc875 | 2020-09-22 09:38:28 -0500 | [diff] [blame] | 13 | $form-line-height: 1.25rem; |
SurenNeware | 1f8117f | 2020-09-22 19:28:56 +0530 | [diff] [blame] | 14 | $box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.3); |
| 15 | $focus-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, |
| 16 | border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; |