Skip to content

Commit 867f0b8

Browse files
authored
Merge pull request #730 from MonsieurRb/feat/required-field
add * for mandatory field
2 parents a76483e + 25a0f2c commit 867f0b8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/scss/partials/_commons.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,8 @@ label .color,
6767
.dark {
6868
color: var(--bs-gray-800);
6969
}
70+
71+
label.required::after {
72+
color: var(--bs-danger);
73+
content: "*";
74+
}

0 commit comments

Comments
 (0)