datatable.directory codebase
https://datatable.directory/
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.
21 lines
570 B
21 lines
570 B
|
|
// Body
|
|
$body-bg: white;//$gray-300;
|
|
|
|
// Typography
|
|
$font-family-sans-serif: "IBM Plex Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
|
|
$font-size-base: 1rem;
|
|
$line-height-base: 1.6;
|
|
|
|
$link-color: $gray-800;
|
|
$link-decoration: none;
|
|
$link-hover-color: darken($link-color, 15%);
|
|
$link-hover-decoration: underline;
|
|
|
|
$card-cap-bg: lighten($primary, 5);
|
|
$card-border-color: $primary;
|
|
//$card-border-width: 2px;
|
|
$card-border-radius: 5px;
|
|
$card-inner-border-radius: 2px;
|
|
|
|
$list-group-hover-bg: rgba($primary, .1);
|
|
|