Change tabled header font-size and progress bar height.

This commit is contained in:
Konstantinos Triantafyllou 2023-07-18 16:08:50 +03:00
parent 2fffe0fa67
commit 07a9e5e300
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
@progress-height: 16px;
@progress-height: 18px;
@progress-background: fade(@progress-bar-background, 30%);
@progress-border-radius: 500px;
@progress-box-shadow: none;

View File

@ -2,6 +2,7 @@
@table-cell-padding-horizontal: 17px;
@table-header-cell-font-weight: 300;
@table-header-cell-font-size: @global-small-font-size;
@table-header-cell-color: @global-meta-color;
@table-header-cell-text-transform: uppercase;