Browse Source

UI: Add style only for table widget

pull/8767/head^2
Artem Dzhereleiko 3 years ago
parent
commit
62da933c2e
  1. 28
      ui-ngx/src/styles.scss

28
ui-ngx/src/styles.scss

@ -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;
}
}
}

Loading…
Cancel
Save