alpes-maritimes-2022: add styles for data-table (#73604)

This commit is contained in:
Thomas Jund 2023-01-17 17:58:35 +01:00 committed by Gitea
parent 41c3aeafef
commit 61159766ca
2 changed files with 9 additions and 1 deletions

View File

@ -170,6 +170,13 @@ h3, .h3 {
display: none;
}
.pk-table-headers {
&.pk-data-table, .pk-data-table {
thead th {
vertical-align: bottom;
}
}
}
//
// HEADER

View File

@ -119,7 +119,6 @@ $wcs-step-current-marker-color: white;
$wcs-step-current-marker-background: $primary-color;
$wcs-step-marker-tie-width: 1px;
$notification_error_color: $error-color;
$notification_warning_color: $brown;
$notification_success_color: $green;
@ -127,6 +126,8 @@ $notification_info_color: $cyan-dark;
$notification-style: border-bar;
$notification-icon-size: 2rem;
$table-headers-color: $cyan-dark;
$table_headers-font-size: 1rem;
$footer-background: $gray-dark;
$footer-color: white;