Skip to content

Instantly share code, notes, and snippets.

@kovtunos
Created January 12, 2017 08:53
Show Gist options
  • Save kovtunos/0b88dffa5cf80eae97dbac1b75aa18ce to your computer and use it in GitHub Desktop.
Save kovtunos/0b88dffa5cf80eae97dbac1b75aa18ce to your computer and use it in GitHub Desktop.
Required form asterisk #sass #css
.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