Created
November 30, 2018 10:43
-
-
Save tomtobac/056dca02b637bc77cad3fe5b507d7f73 to your computer and use it in GitHub Desktop.
circles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div | |
| class="u-margin-bottom--huge u-display--flex u-justify-content--center u-align-items--center" | |
| > | |
| <svg height="45" width="45"> | |
| <circle | |
| cx="22.5" | |
| cy="22.5" | |
| r="22.5" | |
| stroke-width="1" | |
| fill="#40b28c" | |
| ></circle> | |
| <text | |
| x="50%" | |
| y="50%" | |
| text-anchor="middle" | |
| stroke="#fff" | |
| stroke-width="1px" | |
| dy="0.3em" | |
| class="c-file-upload-modal__circle-text" | |
| style="letter-spacing: 2px;" | |
| > | |
| Auto | |
| </text> | |
| </svg> | |
| -><svg height="45" width="45"> | |
| <circle | |
| cx="22.5" | |
| cy="22.5" | |
| r="22.5" | |
| stroke-width="1" | |
| fill="#40b28c" | |
| ></circle> | |
| <text | |
| x="50%" | |
| y="50%" | |
| text-anchor="middle" | |
| stroke="#fff" | |
| stroke-width="1px" | |
| dy=".3em" | |
| class="c-file-upload-modal__circle-text" | |
| style="letter-spacing: 1.5px;" | |
| > | |
| Manual | |
| </text> | |
| </svg> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment