mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 00:34:03 +02:00
parent
8b9cdc5c1e
commit
9047afbb87
@ -1,5 +1,11 @@
|
|||||||
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
/*! 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) {
|
.transform(@transform) {
|
||||||
-webkit-transform: @transform;
|
-webkit-transform: @transform;
|
||||||
-moz-transform: @transform;
|
-moz-transform: @transform;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user