Created
April 10, 2016 06:07
-
-
Save iamryanyu/070755022d08a160734144eebaf7ee92 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
// reset icon; this is recommended properties | |
.icon { | |
fill: currentColor; | |
height: 1em; | |
overflow: hidden; | |
vertical-align: -.15em; | |
width: 1em; | |
} | |
// icon size; use font-size | |
.icon-medium { | |
@include sq-font-size(5) | |
} | |
// icon color | |
.icon-red { | |
color: #cc0000; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment