Last active
August 29, 2015 14:10
-
-
Save dkhgh/c703fe3805d6489a7046 to your computer and use it in GitHub Desktop.
CSS for developers
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
.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