5 lines
76 B
CSS
5 lines
76 B
CSS
label.required:after {
|
|
@apply inline-block text-sm;
|
|
content: '*';
|
|
}
|