Created
January 12, 2017 08:53
-
-
Save kovtunos/0b88dffa5cf80eae97dbac1b75aa18ce to your computer and use it in GitHub Desktop.
Required form asterisk #sass #css
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
.form-group.required label::after { | |
content: '*'; | |
color: #e3010b; | |
position: absolute; | |
margin-left: 4px; | |
top: 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment