Last active
December 23, 2015 08:19
-
-
Save GarthDB/6606584 to your computer and use it in GitHub Desktop.
This file contains 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
/* topdoc | |
name: Button | |
description: A simple button | |
modifiers: | |
:active: Active state | |
:disabled: Disabled state | |
markup: | |
<a class="topcoat-button">Button</a> | |
<a class="topcoat-button is-active">Button</a> | |
<a class="topcoat-button is-disabled">Button</a> | |
example: http://codepen.io/ | |
tags: | |
- desktop | |
- light | |
- mobile | |
- button | |
- quiet | |
blarg: very true | |
*/ | |
.topcoat-button, | |
.topcoat-button--quiet, | |
.topcoat-button--large, | |
.topcoat-button--large--quiet, | |
.topcoat-button--cta, | |
.topcoat-button--large--cta { | |
/* all your css junk here */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment