mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
Add SPDX license headers and mark source files as GPL-3.0-or-later to preserve the option to relicense under later GPL versions.
27 lines
390 B
Text
27 lines
390 B
Text
// SPDX-FileCopyrightText: 2020 Icinga GmbH <https://icinga.com>
|
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
.donut-container {
|
|
.card();
|
|
|
|
h2 {
|
|
margin: 0;
|
|
}
|
|
|
|
.state-badges {
|
|
text-align: center;
|
|
}
|
|
|
|
&:not(:last-of-type) {
|
|
margin-right: 1em;
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.donut {
|
|
margin: 0 auto;
|
|
}
|
|
}
|
|
|
|
#layout.minimal-layout .donut-container {
|
|
width: 100%;
|
|
}
|