IE doesn't support CSS mask images
This commit is contained in:
parent
f0099a2e4a
commit
a6793ffaf6
@ -1 +1,3 @@
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 16c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8zM8 2C4.691 2 2 4.691 2 8s2.691 6 6 6 6-2.691 6-6-2.691-6-6-6zm0 8c-.552 0-1-.447-1-1V4c0-.552.448-1 1-1s1 .448 1 1v5c0 .553-.448 1-1 1zm0 3c-.26 0-.52-.11-.71-.29-.18-.19-.29-.45-.29-.71 0-.271.11-.521.29-.71.38-.37 1.05-.37 1.42 0 .18.189.29.45.29.71s-.11.52-.29.71c-.19.18-.45.29-.71.29z"/></svg>
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="#fdb81e">
|
||||||
|
<path d="M8 16c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8zM8 2C4.691 2 2 4.691 2 8s2.691 6 6 6 6-2.691 6-6-2.691-6-6-6zm0 8c-.552 0-1-.447-1-1V4c0-.552.448-1 1-1s1 .448 1 1v5c0 .553-.448 1-1 1zm0 3c-.26 0-.52-.11-.71-.29-.18-.19-.29-.45-.29-.71 0-.271.11-.521.29-.71.38-.37 1.05-.37 1.42 0 .18.189.29.45.29.71s-.11.52-.29.71c-.19.18-.45.29-.71.29z"/>
|
||||||
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 431 B After Width: | Height: | Size: 450 B |
@ -108,10 +108,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&--draft:before {
|
&--draft:before {
|
||||||
background: $color-gold;
|
|
||||||
border: none;
|
border: none;
|
||||||
font-size: $h6-font-size;
|
font-size: $h6-font-size;
|
||||||
mask-image: url('#{$asset-path}/icons/alert.svg');
|
content: url('#{$asset-path}/icons/alert.svg');
|
||||||
}
|
}
|
||||||
|
|
||||||
&--incomplete:before {
|
&--incomplete:before {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user