summaryrefslogtreecommitdiff
path: root/src/assets/styles/bmc/_sila/helpers/_variables.scss
blob: 9e3a3aed6d6d6267b538df1bc8658eabb6325fc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// 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;
$first-header-height: 48px;
$second-header-height: 39px;
$header-height: 87px;
$headerHeight: 40px;
$navigation-width: 320px;
$toolbar-height: 60px;
$form-label-font-size: .875rem;
$form-line-height: 1.25rem;
$box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.3);
$focus-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

// :export {
//     headerHeight: $header-height;
//   }