Hide default mat-form-field required marker (asterisk)

This commit is contained in:
Adina Țeudan 2021-12-13 14:31:44 +02:00
parent 053bbe5346
commit 6c49e67da1

View File

@ -63,6 +63,10 @@ form .iqser-input-group:not(first-of-type) {
transform: translateY(-1.34em) !important;
}
.mat-form-field-required-marker {
display: none;
}
&:first-child {
margin-top: 0;
}