From db363484901a9521949cdd394c0701bb51153e2b Mon Sep 17 00:00:00 2001 From: Ofer Lehr Date: Sat, 6 Dec 2014 22:43:12 +0200 Subject: 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) --- res/css/modules/colors.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'res/css/modules/colors.scss') 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; -- cgit v1.3.1