mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 00:04:04 +02:00
parent
b8a54caef7
commit
6b96d9af32
@ -31,6 +31,12 @@
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.opacity(@opacity: 0.6) {
|
||||
-webkit-opacity: @opacity;
|
||||
-moz-opacity: @opacity;
|
||||
opacity: @opacity;
|
||||
}
|
||||
|
||||
.transform(@transform) {
|
||||
-webkit-transform: @transform;
|
||||
-moz-transform: @transform;
|
||||
|
Loading…
x
Reference in New Issue
Block a user