From 20705a550df5b13a544dc0865c6aef16e64c99d9 Mon Sep 17 00:00:00 2001 From: ShevAbam Date: Wed, 18 Jun 2014 10:11:11 +0200 Subject: + First commit (version 2.0) --- web/css/_src/_config.frontend.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 web/css/_src/_config.frontend.scss (limited to 'web/css/_src/_config.frontend.scss') diff --git a/web/css/_src/_config.frontend.scss b/web/css/_src/_config.frontend.scss new file mode 100644 index 0000000..4c9a5fb --- /dev/null +++ b/web/css/_src/_config.frontend.scss @@ -0,0 +1,11 @@ +@import "_mixins"; + +/* Navbar */ +$navbar-height: 60px; + +/* Layout */ +$layout-bg-color: #fff; + +/* Basic colors */ +$main-color: #99AEC4; +$text-color: #4D5157; -- cgit v1.3