[ACS-7582] File upload dialog, fix button weight label globally (#3814)

This commit is contained in:
tomson
2024-04-24 09:12:17 +02:00
committed by GitHub
parent a8addfb405
commit fc2d68b28f

View File

@@ -30,7 +30,8 @@ mat-icon {
.mdc-button {
&.mat-primary {
.mdc-button__label {
font-weight: 700;
-webkit-font-smoothing: initial;
font-weight: 500;
}
}
}
@@ -248,7 +249,7 @@ mat-snack-bar-container {
padding: 0 5px 0 0;
}
.mdc-form-field>label:is(label) {
.mdc-form-field > label:is(label) {
padding-left: 3px;
}