Created
December 18, 2018 19:25
-
-
Save sophiawzey/1fce3427d0d0dab9060b5531d8075e93 to your computer and use it in GitHub Desktop.
[Font Awesome Bullet Points] #font-awesome #scss
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
.content li:before { | |
font-family: "Font Awesome 5 Pro"; | |
content: "\f00c"; | |
margin: 0 7px 0 -26px; | |
color: #9a7ba3; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment