summaryrefslogtreecommitdiff
path: root/res/css/modules/colors.scss
diff options
context:
space:
mode:
authorOfer Lehr <ofer@oferlehr.com>2014-12-06 22:43:12 +0200
committerAlon Levy <alon@pobox.com>2014-12-06 23:34:55 +0200
commitdb363484901a9521949cdd394c0701bb51153e2b (patch)
treeecf7af4573a457f1747340f41f11029ce2469ee2 /res/css/modules/colors.scss
parent65f2db92de282047317dab0c4669c2c255328a2e (diff)
new info box (now card) styling - Partial
added a class to the info card to style different types in css. also rearranged colors in helpers.js (alon: changed implementation and broke the edit, will fix in the morning)
Diffstat (limited to 'res/css/modules/colors.scss')
-rw-r--r--res/css/modules/colors.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/css/modules/colors.scss b/res/css/modules/colors.scss
index 11337ef7..905d239d 100644
--- a/res/css/modules/colors.scss
+++ b/res/css/modules/colors.scss
@@ -1,4 +1,5 @@
$light-grey: #f5f5fa;
+$mid-light-grey: #d4d4d9;
$mid-grey: #919095;
$dark-grey: #363636;
$magenta: #ee3654;