We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a76483e + 25a0f2c commit 867f0b8Copy full SHA for 867f0b8
1 file changed
src/scss/partials/_commons.scss
@@ -67,3 +67,8 @@ label .color,
67
.dark {
68
color: var(--bs-gray-800);
69
}
70
+
71
+label.required::after {
72
+ color: var(--bs-danger);
73
+ content: "*";
74
+}
0 commit comments