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