Skip to content

Commit

Permalink
CSS: Add box-sizing mixin
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 23, 2015
1 parent 8b9cdc5 commit 9047afb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions public/css/icinga/mixins.less
@@ -1,5 +1,11 @@
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */

.box-sizing(@sizing: border-box) {
-webkit-box-sizing: @sizing;
-moz-box-sizing: @sizing;
box-sizing: @sizing;
}

.transform(@transform) {
-webkit-transform: @transform;
-moz-transform: @transform;
Expand Down

0 comments on commit 9047afb

Please sign in to comment.