summaryrefslogtreecommitdiff
path: root/res/css/modules/mixins.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/mixins.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/mixins.scss')
-rw-r--r--res/css/modules/mixins.scss6
1 files changed, 6 insertions, 0 deletions
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