icingadb-web/public/css/widget/donut-container.less
Eric Lippmann 272e791390 License source files as GPL-3.0-or-later
Add SPDX license headers and mark source files as GPL-3.0-or-later to
preserve the option to relicense under later GPL versions.
2026-03-11 14:03:05 +01:00

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%;
}