mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +02:00
CSS: Reduce letter-spacing for centered-ghost
This commit is contained in:
parent
4891afd646
commit
4d60bc9c3f
@ -206,7 +206,7 @@ a:hover > .icon-cancel {
|
|||||||
.centered-ghost {
|
.centered-ghost {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
letter-spacing: -1em; // Remove gap between content and ghost
|
letter-spacing: -0.417em; // Remove gap between content and ghost
|
||||||
}
|
}
|
||||||
|
|
||||||
.centered-ghost > * {
|
.centered-ghost > * {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user