You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
591 B
24 lines
591 B
1 year ago
|
// Bootstrap variables (overrides).
|
||
|
|
||
|
// override default bootstrap colors for accessibility
|
||
|
//$white: #fff !default;
|
||
|
//$black: #000 !default;
|
||
|
//$gray-700: #495057 !default;
|
||
|
|
||
|
$blue: #003CC5 !default;
|
||
|
|
||
|
//$cyan: #006170 !default;
|
||
|
//$pink: #e21181 !default;
|
||
|
//$green: #008a00 !default;
|
||
|
|
||
|
//$breadcrumb-divider-color: $gray-700 !default;
|
||
|
//$breadcrumb-active-color: $gray-700 !default;
|
||
|
|
||
|
//$navbar-light-color: rgba($black, .6) !default;
|
||
|
//$navbar-dark-color: rgba($white, .6) !default;
|
||
|
|
||
|
$form-text-margin-top: 0 !default;
|
||
|
$legend-font-size: 1rem !default;
|
||
|
$table-cell-padding-x: .75rem !default;
|
||
|
|