2018-04-15 23:56:48 +00:00
|
|
|
|
|
|
|
// Body
|
2020-07-22 01:18:35 +00:00
|
|
|
$body-bg: #f7fbfd78;
|
2018-04-15 23:56:48 +00:00
|
|
|
|
|
|
|
// Typography
|
2018-05-20 03:13:17 +00:00
|
|
|
$font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
|
2018-04-17 01:10:11 +00:00
|
|
|
$font-size-base: 0.9rem;
|
2019-04-26 02:40:39 +00:00
|
|
|
$font-weight-lighter: 300;
|
2018-04-15 23:56:48 +00:00
|
|
|
$line-height-base: 1.6;
|
2018-06-09 22:29:36 +00:00
|
|
|
|
|
|
|
$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: (
|
2021-08-31 07:15:10 +00:00
|
|
|
'primary': #2c78bf,
|
2022-03-02 08:54:14 +00:00
|
|
|
'muted' : #697179,
|
|
|
|
'dark' : #212529
|
2019-04-26 02:40:39 +00:00
|
|
|
);
|
2020-02-03 04:35:02 +00:00
|
|
|
|
|
|
|
$card-cap-bg: $white;
|