1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-10-26 19:21:30 +01:00
Files
csslayout/contents/_includes/patterns/upload-button.njk
2022-09-21 11:10:49 +07:00

9 lines
555 B
Plaintext

<div class="upload-button">
<input type="file" class="upload-button__input" />
<div class="upload-button__icon">
<svg class="upload-button__svg" viewBox="0 0 24 24">
<path d="M18.5,7.5c0.275,0,0.341-0.159,0.146-0.354l-6.292-6.292c-0.195-0.196-0.512-0.196-0.707-0.001 c0,0-0.001,0.001-0.001,0.001L5.354,7.147C5.154,7.342,5.225,7.501,5.5,7.501h3v10c0,0.552,0.448,1,1,1h5c0.552,0,1-0.448,1-1V7.5 H18.5z M23.5,18.5v4c0,0.552-0.448,1-1,1h-21c-0.552,0-1-0.448-1-1v-4"></path>
</svg>
</div>
{% lines "hor", 3 %}
</div>