overleaf/services/web/frontend/stylesheets/core/variables.less
nate stemen 2d9b089e16 Merge pull request #2401 from overleaf/cmg-ns-pretty-less
Fix inconsistent use of tabs and spaces in less files

GitOrigin-RevId: c69667f0dc6bc70ea3623890e2b2b741e358d454
2019-12-06 04:19:26 +00:00

34 lines
750 B
Text
Executable file

//== Colors
//
//## Gray and brand colors for use across Bootstrap.
@gray-darker: #252525;
@gray-dark: #505050;
@gray: #7a7a7a;
@gray-light: #a4a4a4;
@gray-lighter: #cfcfcf;
@gray-lightest: #f0f0f0;
@blue: #405ebf;
@blueDark: #040d2d;
@green: #46a546;
@red: #a93529;
@yellow: #a1a729;
@orange: #f89406;
@pink: #c3325f;
@purple: #7a43b6;
@brand-primary: @red;
@brand-secondary: @red;
@brand-success: @green;
@brand-info: @blue;
@brand-warning: @orange;
@brand-danger: #e03a06;
@navbar-brand-image-url: url(/img/brand/logo-horizontal.svg);
@editor-loading-logo-padding-top: 86.2%;
@editor-loading-logo-background-url: url(/img/brand/lion-grey.svg);
@editor-loading-logo-foreground-url: url(/img/brand/lion.svg);
@import '_common-variables.less';