Last active
April 25, 2020 18:08
-
-
Save estefanionsantos/52bc449d6906f0045c3a9ebf930e3704 to your computer and use it in GitHub Desktop.
button 0.15.0
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
<button class="bt bt_prm">Primary</button> | |
<button class="bt bt_scn">Secondary</button> | |
<button class="bt bt_lgh">Light</button> | |
<button class="bt bt_stn">Standard</button> | |
<button class="bt">Raw</button> | |
<a class="bt bt_stn">Anchor</a> | |
<div class="bt bt_stn">Div</div> | |
<span class="bt bt_stn">Span</span> | |
<input type="submit" class="bt bt_stn" value="Type Submit"/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment