From 750e6b84f255f529be41192bbaeafb1a65093708 Mon Sep 17 00:00:00 2001 From: Jiro Ghianni Date: Mon, 17 Jun 2024 10:52:14 +0200 Subject: [PATCH] [#2347] Revert --- .../scss/components/Product/product-detail.scss | 11 ++--------- src/open_inwoner/scss/components/Table/Table.scss | 8 ++++---- 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/src/open_inwoner/scss/components/Product/product-detail.scss b/src/open_inwoner/scss/components/Product/product-detail.scss index 27af36cf73..7660214f54 100644 --- a/src/open_inwoner/scss/components/Product/product-detail.scss +++ b/src/open_inwoner/scss/components/Product/product-detail.scss @@ -3,15 +3,8 @@ border: 1px solid var(--color-gray); max-width: 700px; - //tbody { - //overflow-x: scroll; - //scrollbar-color: var(--color-secondary) var(--color-gray-lightest); - //scrollbar-width: thin; - //white-space: nowrap; - //width: 100%; - //} - - tbody > tr:first-child .table__item { + tbody > tr:first-child .table__item, + tbody > tr:first-child .table__header { font-family: var(--font-family-heading); font-weight: bold; border: 1px solid var(--color-gray-dark); diff --git a/src/open_inwoner/scss/components/Table/Table.scss b/src/open_inwoner/scss/components/Table/Table.scss index 669af773dd..728fe23083 100644 --- a/src/open_inwoner/scss/components/Table/Table.scss +++ b/src/open_inwoner/scss/components/Table/Table.scss @@ -51,12 +51,12 @@ text-wrap: wrap; } - //.table__item:first-of-type { - // font-weight: bold; - //} + .table__item:first-of-type { + font-weight: bold; + } .table__item:not(:first-of-type) { - //text-align: right; + text-align: right; padding-right: var(--spacing-giant); }