60 lines
1.5 KiB
SCSS
60 lines
1.5 KiB
SCSS
$ProximaNova-font: 'Proxima Nova', Georgia, sans-serif;
|
|
|
|
$whiteColor: #fff;
|
|
$lightGreyColor: #cfcdbe;
|
|
$warmGreyColor: #7e7e7e;
|
|
$darkGreyColor: #33425b;
|
|
$redColor: #f82941;
|
|
$lightGreenColor: #71c2bf;
|
|
$darkBlue: #33425b;
|
|
$borderColor: #e6eaee;
|
|
$ricohRed: #d2063a;
|
|
$greenColor: #34c388;
|
|
$shadow-color: rgba(0, 0, 0, 0.07);
|
|
$blueColor: #2b6279;
|
|
$hoverColor: #F8F8F8;
|
|
$lightHoverColor: rgba(126, 126, 126, 0.1);
|
|
|
|
$boxShadow: rgba(0, 0, 0, 0.1);
|
|
|
|
$background-color: #f4f4f4;
|
|
$container-background: $whiteColor;
|
|
$title-color: #444444;
|
|
$divider-color: #e6eaee;
|
|
$header-background: $blueColor;
|
|
$subheader-background: $whiteColor;
|
|
$footer-background: $blueColor;
|
|
$bottom-background: #08232f;
|
|
$border-grey: #9ab5c0;
|
|
|
|
$box-radius: 4px;
|
|
|
|
$font-weight: 600;
|
|
$font-size-xsmal: 0.625rem; //10px
|
|
$font-size-msmall: 0.75rem; //12px
|
|
$font-size-small: 0.875rem; //14px
|
|
$font-size-normal: 1rem; //16px
|
|
$font-size-big: 1.125rem; //18px
|
|
$font-size-xbig: 1.5rem;
|
|
|
|
$open-status-color: #045FB4;
|
|
$in-progress-status-color: #FD8049;
|
|
$end-of-life-status-color: #34C388;//#800080
|
|
$production-status-color: #34C388;
|
|
$canceled-status-color: #F70D1A;
|
|
$done-status-color: #34C388;
|
|
$inactive-status-color: #9ab5c0;
|
|
$processing-status-color: #FD8049;
|
|
$not-validated-status-color: #800080;
|
|
$invalid-status-color: #d58512;
|
|
$pending-status-color: #800080;
|
|
$not-accepted-status-color: #800080;
|
|
$validated-status-color: #34C388;
|
|
$not-available-status-color: #FFA62F;
|
|
$declined-stattus-color: #F70D1A;
|
|
|
|
$warm-grey: #7e7e7e;
|
|
$info-color: #337ab7;
|
|
$danger: #F70D1A;
|
|
$warning: #FF8040;
|