adding PHP Excel library

This commit is contained in:
2015-12-10 23:14:29 +01:00
parent f1076580ea
commit 9e9dc8a5fa
263 changed files with 110510 additions and 51 deletions

16
style/_variables.scss Executable file
View 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;