Loading Button
CODE
×
HTML
<button class='submit-spin'><img src="img/spin.svg" style="height:32px;width:32px;vertical-align:middle;margin-bottom: 1px;"></button>
CSS
button.submit-spin { overflow:hidden; text-align:center; font-family: 'Roboto'; font-style: normal; font-weight: 500; font-size: 16px; line-height: 26px; line-height: 125%; background-color: rgba(78,78,78,1); color: var(--white); display: inline-block; height: 49px; border-radius: 49px; border: none; padding: 0px 34px 0px 36px; vertical-align: middle; margin: 40px 30px 40px -1px; transition: all 250ms ease-in-out; cursor:pointer; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 8px; padding-right: 42px; padding-bottom: 8px; padding-left: 42px; } @media screen and (max-width: 767px) { button.submit-spin { margin-right: 0; margin-left: 0; } }
JS
Loading Button
Erstellt: 16.10.2021 - 13:45 Uhr
Letzte Änderung: 12.06.2024 - 09:39 Uhr
×