mirror of
https://github.com/Icinga/icinga-php-library.git
synced 2025-07-04 04:14:30 +02:00
13 lines
200 B
Plaintext
13 lines
200 B
Plaintext
.empty-state {
|
|
color: @empty-state-color;
|
|
}
|
|
|
|
.empty-state-bar {
|
|
padding: 1em;
|
|
text-align: center;
|
|
|
|
.rounded-corners();
|
|
background-color: @empty-state-bar-bg;
|
|
color: @default-text-color;
|
|
}
|