UI: Add style only for table widget
This commit is contained in:
parent
f603e30cc0
commit
62da933c2e
@ -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…
x
Reference in New Issue
Block a user