mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 05:44:36 +02:00
css: Add mixins.less
This commit is contained in:
parent
b629115ba7
commit
2760c58162
9
public/css/icinga/mixins.less
Normal file
9
public/css/icinga/mixins.less
Normal file
@ -0,0 +1,9 @@
|
||||
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
||||
|
||||
.transform(@transform) {
|
||||
-webkit-transform: @transform;
|
||||
-moz-transform: @transform;
|
||||
-ms-transform: @transform;
|
||||
-o-transform: @transform;
|
||||
transform: @transform;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user