mirror of
https://github.com/vector-im/element-call.git
synced 2026-02-02 04:05:56 +00:00
Icon / styling fixes + typo
* Use icon from compound * Use warning colour * Fix capitalisation
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user