summaryrefslogtreecommitdiff
path: root/res/css/modules/mixins.scss
diff options
context:
space:
mode:
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