mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-22 07:29:08 +00:00
style: match table header size
This commit is contained in:
committed by
Carlos Valente
parent
f026c1c1e3
commit
f750ed3cdc
@@ -47,11 +47,13 @@ $table-header-font-size: calc(1rem - 3px);
|
|||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
background-color: $gray-1300;
|
|
||||||
|
|
||||||
font-size: $table-header-font-size;
|
font-size: $table-header-font-size;
|
||||||
color: $gray-700;
|
color: $gray-700;
|
||||||
font-weight: 400;
|
|
||||||
|
th {
|
||||||
|
background-color: $gray-1300;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.eventRow {
|
.eventRow {
|
||||||
|
|||||||
Reference in New Issue
Block a user