30 lines
571 B
SCSS
30 lines
571 B
SCSS
/*$color-orange: #FDBF65;
|
|
$color-darkgray: #444444;
|
|
$color-project-red: #4b0000;
|
|
$color-project-green: #004b00;
|
|
|
|
$denifle-orange: #f39200;
|
|
$denifle-green: #95c11f;
|
|
$denifle-blue: #0096bb;*/
|
|
|
|
|
|
$primary: #74d1ea;
|
|
$secondary: #ffbf3f;
|
|
|
|
$mobile-breakpoint: lg;
|
|
$sidebar-bg: #666666;
|
|
|
|
|
|
$font-size-base: 0.9rem;
|
|
$input-font-size: 0.9rem;
|
|
|
|
$line-height-base: 1.5;
|
|
$line-height-sm: 1.25;
|
|
$line-height-lg: 1.75;
|
|
|
|
$input-group-addon-bg: #f0f3f5;
|
|
$input-group-addon-color: #5c6873;
|
|
$input-group-addon-border-color: #e4e7ea;
|
|
$input-border-color: #e4e7ea;
|
|
|
|
$color-font-color: #23282c; |