Skip to content

Commit

Permalink
* form: improve style of form label.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Jan 12, 2024
1 parent 7da7619 commit a00ce81
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/form/src/style/form.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@
content: '*';
@apply -text-danger-500 -ml-1 -scale-125 -inline-block -translate-y-0.5;
}
.no-required .form-label.required::after {
@apply -hidden;
}
.form-label-actions {
@apply -flex-auto -justify-end;
}
.form-label > .checkbox-primary {
@apply -ml-3;
}

.form-tip {
@apply -mt-1 -block;
Expand Down

0 comments on commit a00ce81

Please sign in to comment.