Fix broken activity icon in discover
parent
756875f362
commit
d5dcb3d287
|
@ -13,6 +13,7 @@
|
||||||
border: $whitish;
|
border: $whitish;
|
||||||
&:hover {
|
&:hover {
|
||||||
border: $whitish;
|
border: $whitish;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
.tags-container,
|
.tags-container,
|
||||||
.project-card-logo,
|
.project-card-logo,
|
||||||
|
|
|
@ -126,6 +126,10 @@
|
||||||
class="path1"
|
class="path1"
|
||||||
d="M251.22 0.064c-30.088 0.602-62.344 9.4-96.52 29.422-265.28 155.402-216.202 594.775 358.106 994.278v0.236l0.205-0.123 0.205 0.123v-0.238c566.579-373.642 623.391-838.874 358.113-994.278-217.037-127.14-356.142 197.729-358.316 202.842-1.818-4.288-100.8-235.469-261.791-232.261z"></path>
|
d="M251.22 0.064c-30.088 0.602-62.344 9.4-96.52 29.422-265.28 155.402-216.202 594.775 358.106 994.278v0.236l0.205-0.123 0.205 0.123v-0.238c566.579-373.642 623.391-838.874 358.113-994.278-217.037-127.14-356.142 197.729-358.316 202.842-1.818-4.288-100.8-235.469-261.791-232.261z"></path>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="icon-activity" viewBox="0 0 400 400">
|
||||||
|
<title>activity</title>
|
||||||
|
<path d="M280 80l46 46-98 97-80-80L.3 293l28 27 120-120 79.8 80 126-126 46 46V80z"/>
|
||||||
|
</symbol>
|
||||||
<symbol id="icon-question" viewBox="0 0 1024 1024">
|
<symbol id="icon-question" viewBox="0 0 1024 1024">
|
||||||
<title>question</title>
|
<title>question</title>
|
||||||
<path
|
<path
|
||||||
|
|
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 67 KiB |
Loading…
Reference in New Issue