UI: Add style only for table widget

This commit is contained in:
Artem Dzhereleiko 2023-08-16 15:23:05 +03:00
parent f603e30cc0
commit 62da933c2e

View File

@ -690,20 +690,24 @@ mat-label {
table-layout: auto; table-layout: auto;
border-collapse: separate; border-collapse: separate;
margin: 0; margin: 0;
}
.mat-mdc-row { .tb-table-widget {
font-size: 13px; .mat-mdc-table {
} .mat-mdc-row {
font-size: 13px;
}
.mat-mdc-cell { .mat-mdc-cell {
background: inherit; background: inherit;
color: inherit; color: inherit;
font-size: inherit; font-size: inherit;
font-family: inherit; font-family: inherit;
font-weight: inherit; font-weight: inherit;
line-height: inherit; line-height: inherit;
letter-spacing: inherit; letter-spacing: inherit;
text-transform: inherit; text-transform: inherit;
}
} }
} }