web-apps/apps/documenteditor/main/resources/less/variables.less
2022-02-05 22:20:13 +03:00

19 lines
653 B
Plaintext

//
// Variables
// --------------------------------------------------
@header-background-color-ie: @toolbar-header-document-ie;
@header-background-color: var(--toolbar-header-document);
@toolbar-header-text-on-background-ie: @text-toolbar-header-on-background-document-ie;
@toolbar-header-text-on-background: var(--text-toolbar-header-on-background-document);
// Active color
// -------------------------
//@blue-darker: #00f;
//@blue-dark: #5170b5;
//@blue: #5a7dc9;
//@blue-light: #6b8acf;
//@blue-lighter: #00f;
//@brand-active: @blue-dark;
//@brand-active-light: @blue-light;