From d0b8151d3521b76a90ac1a88caeafc63179446a0 Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Sat, 19 Dec 2020 22:49:09 +0300 Subject: [PATCH] [SSE, DE] debug --- .../main/resources/less/variables.less | 14 +++++++------- .../main/resources/less/variables.less | 19 +++++++------------ 2 files changed, 14 insertions(+), 19 deletions(-) diff --git a/apps/documenteditor/main/resources/less/variables.less b/apps/documenteditor/main/resources/less/variables.less index e62399729..7421dacd8 100644 --- a/apps/documenteditor/main/resources/less/variables.less +++ b/apps/documenteditor/main/resources/less/variables.less @@ -5,11 +5,11 @@ // Active color // ------------------------- -@blue-darker: #00f; -@blue-dark: #5170b5; -@blue: #5a7dc9; -@blue-light: #6b8acf; -@blue-lighter: #00f; +//@blue-darker: #00f; +//@blue-dark: #5170b5; +//@blue: #5a7dc9; +//@blue-light: #6b8acf; +//@blue-lighter: #00f; -@brand-active: @blue-dark; -@brand-active-light: @blue-light; +//@brand-active: @blue-dark; +//@brand-active-light: @blue-light; diff --git a/apps/spreadsheeteditor/main/resources/less/variables.less b/apps/spreadsheeteditor/main/resources/less/variables.less index 65d0a2b3b..596e73e46 100644 --- a/apps/spreadsheeteditor/main/resources/less/variables.less +++ b/apps/spreadsheeteditor/main/resources/less/variables.less @@ -5,20 +5,15 @@ // Active color // ------------------------- -@green-darker: #0f0; -@green-dark: #7e983f; -@green: #8ca946; -@green-light: #98b259; -@green-lighter: #0f0; +//@green-darker: #0f0; +//@green-dark: #7e983f; +//@green: #8ca946; +//@green-light: #98b259; +//@green-lighter: #0f0; -@brand-active: @green-dark; -@brand-active-light: @green-light; - -@red: #d92b29; +//@brand-active: @green-dark; +//@brand-active-light: @green-light; // Header // ------------------------- @app-header-height: 20px; -@app-header-bg-color: @green; -@app-header-bg-color-dark: @green-dark; -@app-header-bg-color-light: @green-light; \ No newline at end of file