fix: remove border from left side

This commit is contained in:
Matilda Landström
2024-06-19 15:09:10 +02:00
committed by Michael Zetterberg
parent 74001fe764
commit b5dc941b2e

View File

@@ -38,6 +38,7 @@
.benefitTh {
border: 1px solid var(--Scandic-Beige-20);
border-right: none;
border-left: none;
padding: var(--Spacing-x3) var(--Spacing-x2);
font-size: var(--typography-Caption-Regular-fontSize);
font-weight: 400;