mirror of
https://github.com/Icinga/icinga-php-library.git
synced 2025-07-03 03:44:29 +02:00
18 lines
330 B
Plaintext
18 lines
330 B
Plaintext
.horizontal-key-value {
|
|
display: flex;
|
|
padding: .25em 0;
|
|
align-items: baseline;
|
|
|
|
.key {
|
|
color: var(--default-text-color-light, @default-text-color-light);
|
|
flex: 0 0 auto;
|
|
white-space: nowrap;
|
|
width: 12em;
|
|
}
|
|
|
|
.value {
|
|
color: var(--default-text-color, @default-text-color);
|
|
flex: 1 1 auto;
|
|
}
|
|
}
|