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;
border-collapse: separate;
margin: 0;
}
.mat-mdc-row {
font-size: 13px;
}
.tb-table-widget {
.mat-mdc-table {
.mat-mdc-row {
font-size: 13px;
}
.mat-mdc-cell {
background: inherit;
color: inherit;
font-size: inherit;
font-family: inherit;
font-weight: inherit;
line-height: inherit;
letter-spacing: inherit;
text-transform: inherit;
.mat-mdc-cell {
background: inherit;
color: inherit;
font-size: inherit;
font-family: inherit;
font-weight: inherit;
line-height: inherit;
letter-spacing: inherit;
text-transform: inherit;
}
}
}