2014-06-04 11:14:35 -04:00
|
|
|
//== Colors
|
|
|
|
//
|
|
|
|
//## Gray and brand colors for use across Bootstrap.
|
|
|
|
|
2019-12-05 14:09:31 -05:00
|
|
|
@gray-darker: #252525;
|
|
|
|
@gray-dark: #505050;
|
|
|
|
@gray: #7a7a7a;
|
|
|
|
@gray-light: #a4a4a4;
|
|
|
|
@gray-lighter: #cfcfcf;
|
|
|
|
@gray-lightest: #f0f0f0;
|
2014-06-04 11:14:35 -04:00
|
|
|
|
2019-12-05 14:09:31 -05:00
|
|
|
@blue: #405ebf;
|
|
|
|
@blueDark: #040d2d;
|
|
|
|
@green: #46a546;
|
|
|
|
@red: #a93529;
|
|
|
|
@yellow: #a1a729;
|
|
|
|
@orange: #f89406;
|
|
|
|
@pink: #c3325f;
|
|
|
|
@purple: #7a43b6;
|
2014-06-04 12:46:22 -04:00
|
|
|
|
2019-12-05 14:09:31 -05:00
|
|
|
@brand-primary: @red;
|
|
|
|
@brand-secondary: @red;
|
|
|
|
@brand-success: @green;
|
|
|
|
@brand-info: @blue;
|
|
|
|
@brand-warning: @orange;
|
|
|
|
@brand-danger: #e03a06;
|
2014-06-04 11:14:35 -04:00
|
|
|
|
2017-08-08 02:26:26 -04:00
|
|
|
@navbar-brand-image-url: url(/img/brand/logo-horizontal.svg);
|
|
|
|
|
2017-08-07 10:45:33 -04:00
|
|
|
@editor-loading-logo-padding-top: 86.2%;
|
|
|
|
@editor-loading-logo-background-url: url(/img/brand/lion-grey.svg);
|
2017-08-08 02:17:16 -04:00
|
|
|
@editor-loading-logo-foreground-url: url(/img/brand/lion.svg);
|
2017-08-07 10:45:33 -04:00
|
|
|
|
2019-12-05 14:09:31 -05:00
|
|
|
@import '_common-variables.less';
|