Instantly share code, notes, and snippets.
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 | |
| display: inline-block | |
| border: none | |
| color: #fff | |
| text-decoration: none | |
| background-color: $accent | |
| padding: 15px 45px | |
| font-size: 13px | |
| text-transform: uppercase | |
| font-weight: 600 |
Radnor145
/ button.sass
Created
March 28, 2017 17:07
— forked from agragregra/button.sass
Button Sass Styles (Universal Starter)
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 | |
| display: inline-block | |
| border: none | |
| color: #fff | |
| text-decoration: none | |
| background-color: $accent | |
| padding: 15px 45px | |
| font-size: 13px | |
| text-transform: uppercase | |
| font-weight: 600 |
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 | |
| display: inline-block | |
| border: none | |
| color: #fff | |
| text-decoration: none | |
| background-color: $accent | |
| padding: 15px 45px | |
| font-size: 13px | |
| text-transform: uppercase | |
| font-weight: 600 |