123456789101112131415161718192021222324252627 |
- // Body
- $body-bg: #f7fbfd78;
- // Typography
- $font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
- $font-size-base: 0.9rem;
- $font-weight-lighter: 300;
- $line-height-base: 1.6;
- $font-size-lg: ($font-size-base * 1.25);
- $font-size-sm: ($font-size-base * .875);
- $input-height: 2.375rem;
- $input-height-sm: 1.9375rem;
- $input-height-lg: 3rem;
- $input-btn-focus-width: .2rem;
- $custom-control-indicator-bg: #dee2e6;
- $custom-control-indicator-disabled-bg: #e9ecef;
- $custom-control-description-disabled-color: #868e96;
- $white: white;
- $theme-colors: (
- 'primary': #2c78bf,
- 'muted' : #697179,
- 'dark' : #212529
- );
- $card-cap-bg: $white;
|