refactor: remove unused code

This commit is contained in:
Matilda Landström
2024-06-19 15:00:53 +02:00
committed by Michael Zetterberg
parent edb45b4ac7
commit 74001fe764
5 changed files with 3 additions and 39 deletions

View File

@@ -28,7 +28,7 @@
}
.td {
border: 1px solid var(--Scandic-Brand-Pale-Peach);
border: 1px solid var(--Scandic-Beige-20);
border-left: none;
border-right: none;
font-size: var(--typography-Footnote-Regular-fontSize);
@@ -36,7 +36,7 @@
}
.benefitTh {
border: 1px solid var(--Scandic-Brand-Pale-Peach);
border: 1px solid var(--Scandic-Beige-20);
border-right: none;
padding: var(--Spacing-x3) var(--Spacing-x2);
font-size: var(--typography-Caption-Regular-fontSize);