[Glitch] Add a confirmation screen when suspending a domain

Port e9385e93e9 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Claire
2023-06-01 09:37:38 +02:00
parent b27a9a5903
commit 9af04d5a46
2 changed files with 100 additions and 0 deletions

View File

@@ -1315,6 +1315,15 @@ a.sparkline {
&:last-child {
border-bottom: 0;
}
&.negative {
color: $error-value-color;
font-weight: 700;
.dimension__item__value {
color: $error-value-color;
}
}
}
}