mirror of
https://github.com/Icinga/icinga-php-library.git
synced 2025-09-26 19:18:49 +02:00
13 lines
280 B
Plaintext
13 lines
280 B
Plaintext
.empty-state {
|
|
color: var(--empty-state-color, @empty-state-color);
|
|
}
|
|
|
|
.empty-state-bar {
|
|
padding: 1em;
|
|
text-align: center;
|
|
|
|
.rounded-corners();
|
|
background-color: var(--empty-state-bar-bg, @empty-state-bar-bg);
|
|
color: var(--default-text-color, @default-text-color);
|
|
}
|