css: fix table-headers declarations (#73521) #126

Merged
tjund merged 1 commits from wip/73521-fix-table-headers-declarations into main 2023-01-19 16:43:55 +01:00
1 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,8 @@ table.pk-data-table {
thead th {
background: $table-headers-background;
color: $table-headers-color;
font-style: $table-headers-font-size;
font-size: $table-headers-font-size;
font-style: $table-headers-font-style;
font-weight: $table-headers-font-weight;
text-transform: $table-headers-text-transform;
font-family: $table-headers-font-family;