57 lines
884 B
SCSS
Vendored
57 lines
884 B
SCSS
Vendored
$font-family-base: Nunito;
|
|
|
|
$font-size-base: 0.95rem;
|
|
$badge-font-size: 0.95rem;
|
|
|
|
$primary: #7746ec;
|
|
$secondary: #dae1e7;
|
|
$success: #51d88a;
|
|
$info: #bcdefa;
|
|
$warning: #ffa260;
|
|
$danger: #ef5753;
|
|
|
|
$body-bg: #ebebeb;
|
|
|
|
$btn-focus-width: 0;
|
|
|
|
$sidebar-nav-color: #2a5164;
|
|
$sidebar-icon-color: #c3cbd3;
|
|
|
|
$pill-link-active: $primary;
|
|
|
|
$border-color: #efefef;
|
|
$table-headers-color: #f3f4f6;
|
|
$table-border-color: #efefef;
|
|
$table-hover-bg: #f1f7fa;
|
|
|
|
$header-border-color: #d5dfe9;
|
|
|
|
$card-cap-bg: #fff;
|
|
$card-bg-secondary: #fafafa;
|
|
$card-shadow-color: #cdd8df;
|
|
|
|
$code-bg: #120f12;
|
|
|
|
$paginator-button-color: #9ea7ac;
|
|
|
|
$new-entries-bg: #fffee9;
|
|
|
|
$control-action-icon-color: #ccd2df;
|
|
|
|
$grid-breakpoints: (
|
|
xs: 0,
|
|
sm: 2px,
|
|
md: 8px,
|
|
lg: 9px,
|
|
xl: 10px
|
|
) !default;
|
|
|
|
$container-max-widths: (
|
|
sm: 1137px,
|
|
md: 1138px,
|
|
lg: 1139px,
|
|
xl: 1140px
|
|
) !default;
|
|
|
|
@import 'base';
|