adding PHP Excel library
This commit is contained in:
16
style/_variables.scss
Executable file
16
style/_variables.scss
Executable file
@@ -0,0 +1,16 @@
|
||||
@CHARSET "UTF-8";
|
||||
|
||||
/* Main colors */
|
||||
$color_main: #3B4C77;
|
||||
$color_comp: #ECD153;
|
||||
$color_bg: #FFFFFF;
|
||||
$color_bg_alt:#C0CAE0;
|
||||
$color_warning:orange;
|
||||
$color_warning_bg:#F8EED7; /* saturation - 220 */
|
||||
$color_error:red;
|
||||
$color_success:green;
|
||||
|
||||
/* Sizes */
|
||||
$size_small:0.8em;
|
||||
$size_med:1.3em;
|
||||
$size_big:2em;
|
||||
Reference in New Issue
Block a user