Add a confirmation screen when suspending a domain (#25144)

This commit is contained in:
Claire
2023-06-01 09:37:38 +02:00
committed by GitHub
parent b922ad7a1b
commit e9385e93e9
20 changed files with 681 additions and 53 deletions

View File

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