mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-7582] File upload dialog, fix button weight label globally (#3814)
This commit is contained in:
@@ -30,7 +30,8 @@ mat-icon {
|
|||||||
.mdc-button {
|
.mdc-button {
|
||||||
&.mat-primary {
|
&.mat-primary {
|
||||||
.mdc-button__label {
|
.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;
|
padding: 0 5px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mdc-form-field>label:is(label) {
|
.mdc-form-field > label:is(label) {
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user