Icon / styling fixes + typo

* Use icon from compound
 * Use warning colour
 * Fix capitalisation
This commit is contained in:
David Baker 2022-06-10 12:06:06 +01:00
commit 9fc4fbc3e7
6 changed files with 9 additions and 11 deletions

View file

@ -112,14 +112,14 @@
content: "";
display: inline-block;
position: relative;
top: 2px;
top: 1px;
width: 16px;
height: 16px;
mask-image: url("./icons/AlertTriangleFilled.svg");
mask-repeat: no-repeat;
mask-size: contain;
background-color: var(--warning);
padding-right: 3px;
background-color: var(--alert);
padding-right: 5px;
}
@media (min-width: 800px) {