summaryrefslogtreecommitdiff
path: root/src/assets/styles/bmc/helpers/_variables.scss
blob: ea300ec7a57469ac5be1467e1ea44c538e1f73e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Override Bootstrap Variables - node_modules/Bootstrap/scss/_variables.scss
$enable-rounded: false;
$enable-validation-icons: false;
$transition-base:             all $duration--moderate-02 $standard-easing--productive;
$transition-fade:             opacity $duration--moderate-01 $standard-easing--productive;
$transition-collapse:         height $duration--slow-01 $standard-easing--expressive;

// OpenBMC Custom Variables
$responsive-layout-bp: lg;
$header-height: 56px;
$navigation-width: 300px;