blob: ba32e3bd57119904d23e5926e19428001eb13eda [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;
SurenNeware1f8117f2020-09-22 19:28:56 +053010$header-height: 48px;
Dixsie Wolmersd7e7a162020-07-20 18:35:33 -050011$navigation-width: 300px;
12$form-label-font-size: .875rem;
Dixsie Wolmers12bc8752020-09-22 09:38:28 -050013$form-line-height: 1.25rem;
SurenNeware1f8117f2020-09-22 19:28:56 +053014$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,
16border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;