buttons
Sun Jan 30 2022 21:48:20 GMT+0000 (Coordinated Universal Time)
Saved by
@Hardiegogo
<!-- Primary large button -->
<a href='https://www.google.com/' class='btn-large btn-primary'>Large cta</a>
<!-- primary small button -->
<button class='btn btn-primary'>small cta</button>
<!-- primary large button with outlines -->
<button class='btn-large btn-primary-outline x-small-text m-8px'>Large cta</button>
<!-- primary small button with outlines -->
<button class='btn btn-primary-outline x-small-text m-8px'>small cta</button>
<!-- Primary disabled button -->
<button class='btn btn-primary-disabled x-small-text m-8px'>small cta</button>
content_copyCOPY
Comments