mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
parent
a1d6711b2a
commit
89c5a405c3
@ -26,6 +26,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.invisible {
|
||||||
|
// Maintain layout but hide visually and from screen readers
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
.transform(@transform) {
|
.transform(@transform) {
|
||||||
-webkit-transform: @transform;
|
-webkit-transform: @transform;
|
||||||
-moz-transform: @transform;
|
-moz-transform: @transform;
|
||||||
@ -43,3 +48,7 @@
|
|||||||
-moz-background-clip: padding;
|
-moz-background-clip: padding;
|
||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.visible {
|
||||||
|
visibility: visible;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user