blob: ea300ec7a57469ac5be1467e1ea44c538e1f73e5 [file] [log] [blame]
Derick Montague66f903f2020-02-28 11:22:31 -06001// Override Bootstrap Variables - node_modules/Bootstrap/scss/_variables.scss
2$enable-rounded: false;
3$enable-validation-icons: false;
Derick Montague221b3182020-04-14 16:10:24 -05004$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 Montague66f903f2020-02-28 11:22:31 -06007
8// OpenBMC Custom Variables
9$responsive-layout-bp: lg;
10$header-height: 56px;
Yoshie Muranaka01da8182020-07-08 15:46:43 -070011$navigation-width: 300px;