Move warning colour definition to CSS

This also changes the orange to red, but that's part of the plan.
This commit is contained in:
David Cook
2023-05-17 12:27:22 +10:00
parent e674c53535
commit dcf857cafb
3 changed files with 11 additions and 4 deletions

View File

@@ -35,3 +35,10 @@ form[name="enterprise_form"] {
margin-bottom: 1em;
margin-top: 1em;
}
table .enterprise-actions {
.warning-icon {
color: $warning-red;
font-size: 16px;
}
}