Skip to content

Instantly share code, notes, and snippets.

@dkhgh
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dkhgh/c703fe3805d6489a7046 to your computer and use it in GitHub Desktop.
Save dkhgh/c703fe3805d6489a7046 to your computer and use it in GitHub Desktop.
CSS for developers
.trophy-inner {
- padding-top: 22px;
- padding-right: 15px;
+ @include animation(pop-in 0.5s);
+ background-color: #fff;
+ border-radius: 50%;
+ height: 30px;
+ margin: 1em;
+ text-align: center;
+ width: 30px;
.icon {
- padding:10px;
- height: 30px;
- font-size: 25px;
- width: 30px;
- box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.75);
- border-radius: 50%;
- background-color: rgba(255, 255, 255, 0.9);
+ color: $color-gold;
+ line-height: 30px;
text-decoration: none;
- -webkit-animation:pop-in 0.5s;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment