refactor: change border structure
This commit is contained in:
committed by
Michael Zetterberg
parent
b5dc941b2e
commit
deadb003df
@@ -28,17 +28,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.td {
|
.td {
|
||||||
border: 1px solid var(--Scandic-Beige-20);
|
border-top: 1px solid var(--Scandic-Beige-20);
|
||||||
border-left: none;
|
border-bottom: 1px solid var(--Scandic-Beige-20);
|
||||||
border-right: none;
|
|
||||||
font-size: var(--typography-Footnote-Regular-fontSize);
|
font-size: var(--typography-Footnote-Regular-fontSize);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.benefitTh {
|
.benefitTh {
|
||||||
border: 1px solid var(--Scandic-Beige-20);
|
border-top: 1px solid var(--Scandic-Beige-20);
|
||||||
border-right: none;
|
border-bottom: 1px solid var(--Scandic-Beige-20);
|
||||||
border-left: none;
|
|
||||||
padding: var(--Spacing-x3) var(--Spacing-x2);
|
padding: var(--Spacing-x3) var(--Spacing-x2);
|
||||||
font-size: var(--typography-Caption-Regular-fontSize);
|
font-size: var(--typography-Caption-Regular-fontSize);
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|||||||
Reference in New Issue
Block a user