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/mixins.scss | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'res/css/modules/mixins.scss') diff --git a/res/css/modules/mixins.scss b/res/css/modules/mixins.scss index 9afcbe80..3c431be0 100644 --- a/res/css/modules/mixins.scss +++ b/res/css/modules/mixins.scss @@ -8,4 +8,10 @@ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; +} + +@mixin rz-box-sizing-padding() { + -webkit-box-sizing: padding-box; + -moz-box-sizing: padding-box; + box-sizing: padding-box; } \ No newline at end of file -- cgit v1.3.1