Skip to content

Instantly share code, notes, and snippets.

@davinmsu
Created June 13, 2014 20:03
Show Gist options
  • Select an option

  • Save davinmsu/85793b32eb624327ffab to your computer and use it in GitHub Desktop.

Select an option

Save davinmsu/85793b32eb624327ffab to your computer and use it in GitHub Desktop.
Гист для Жени
#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