Created
June 13, 2014 20:03
-
-
Save davinmsu/85793b32eb624327ffab to your computer and use it in GitHub Desktop.
Гист для Жени
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
| #sb { | |
| display: block; | |
| width: 200px; | |
| height: 50px; | |
| border-radius: 4px; | |
| background: $blue; | |
| text-decoration: none; | |
| text-transform: uppercase; | |
| font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif; | |
| border: 1px solid $blue; | |
| color: #fff; | |
| font-weight: bold; | |
| text-align: center; | |
| line-height: 30px + 20px; | |
| &:hover { | |
| background: $blue; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment