[SSE, DE] debug

This commit is contained in:
Maxim Kadushkin 2020-12-19 22:49:09 +03:00
parent a60b6e4934
commit d0b8151d35
2 changed files with 14 additions and 19 deletions

View file

@ -5,11 +5,11 @@
// Active color // Active color
// ------------------------- // -------------------------
@blue-darker: #00f; //@blue-darker: #00f;
@blue-dark: #5170b5; //@blue-dark: #5170b5;
@blue: #5a7dc9; //@blue: #5a7dc9;
@blue-light: #6b8acf; //@blue-light: #6b8acf;
@blue-lighter: #00f; //@blue-lighter: #00f;
@brand-active: @blue-dark; //@brand-active: @blue-dark;
@brand-active-light: @blue-light; //@brand-active-light: @blue-light;

View file

@ -5,20 +5,15 @@
// Active color // Active color
// ------------------------- // -------------------------
@green-darker: #0f0; //@green-darker: #0f0;
@green-dark: #7e983f; //@green-dark: #7e983f;
@green: #8ca946; //@green: #8ca946;
@green-light: #98b259; //@green-light: #98b259;
@green-lighter: #0f0; //@green-lighter: #0f0;
@brand-active: @green-dark; //@brand-active: @green-dark;
@brand-active-light: @green-light; //@brand-active-light: @green-light;
@red: #d92b29;
// Header // Header
// ------------------------- // -------------------------
@app-header-height: 20px; @app-header-height: 20px;
@app-header-bg-color: @green;
@app-header-bg-color-dark: @green-dark;
@app-header-bg-color-light: @green-light;