Move variables to legacy scss
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
committed by
Julius Härtl
parent
c38039ad80
commit
aa5e0a1d5e
@@ -20,5 +20,18 @@
|
||||
*
|
||||
*/
|
||||
|
||||
@import '../../../core/css/variables.scss';
|
||||
|
||||
/**
|
||||
* Variables
|
||||
*/
|
||||
$color-main-background: #fff;
|
||||
$color-primary-text: #fff;
|
||||
$color-error: #e9322d;
|
||||
$color-warning: #fbd850;
|
||||
$color-warning-light: nc-lighten($color-warning, 15%);
|
||||
$color-success: #46ba61;
|
||||
$color-lightgrey: nc-darken($color-main-background, 4%);
|
||||
$color-grey: nc-darken($color-main-background, 7%);
|
||||
$color-darkgrey: nc-darken($color-main-background, 32%);
|
||||
|
||||
@import 'style.scss';
|
||||
|
||||
@@ -22,19 +22,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* Variables
|
||||
*/
|
||||
$color-main-background: #fff;
|
||||
$color-primary-text: #fff;
|
||||
$color-error: #e9322d;
|
||||
$color-warning: #fbd850;
|
||||
$color-warning-light: nc-lighten($color-warning, 15%);
|
||||
$color-success: #46ba61;
|
||||
$color-lightgrey: nc-darken($color-main-background, 4%);
|
||||
$color-grey: nc-darken($color-main-background, 7%);
|
||||
$color-darkgrey: nc-darken($color-main-background, 32%);
|
||||
|
||||
/**
|
||||
* General styles
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user