Icon / styling fixes + typo
* Use icon from compound * Use warning colour * Fix capitalisation
This commit is contained in:
parent
1f5ac411f6
commit
9fc4fbc3e7
6 changed files with 9 additions and 11 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue