kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Merge branch 'verified-icon-color' into 'develop'
verified.svg: use currentColor instead of .bg class See merge request soapbox-pub/soapbox-fe!1080purgecss
commit
2c97aa8d11
|
@ -1,4 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 20 20" width="20" height="20" fill="none">
|
||||
<circle class="bg" cx="10" cy="10" r="10" fill="#0482d8"/>
|
||||
<circle cx="10" cy="10" r="10" fill="currentColor"/>
|
||||
<path d="M5.586 10l3.193 3.193 6.385-6.385" stroke="#fff" stroke-width="3.193" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
|
Przed Szerokość: | Wysokość: | Rozmiar: 308 B Po Szerokość: | Wysokość: | Rozmiar: 302 B |
|
@ -737,10 +737,7 @@ article:last-child > .domain {
|
|||
width: 20px;
|
||||
height: 20px;
|
||||
flex-shrink: 0;
|
||||
|
||||
.svg-icon svg > .bg {
|
||||
fill: var(--brand-color);
|
||||
}
|
||||
color: var(--brand-color);
|
||||
}
|
||||
|
||||
.icon-with-counter {
|
||||
|
|
Ładowanie…
Reference in New Issue