chore: update loyalty level table

This commit is contained in:
Matilda Landström
2024-06-14 15:21:37 +02:00
committed by Michael Zetterberg
parent 469f97dee5
commit 81c7a60eff
9 changed files with 14 additions and 19 deletions

View File

@@ -16,7 +16,7 @@ import {
export default function LargeTable({ levels }: LargeTableProps) {
return (
<table className={styles.table}>
<thead className={styles.thead}>
<thead>
<tr className={styles.iconRow}>
<th className={styles.verticalTableHeader} />

View File

@@ -4,12 +4,7 @@
color: var(--Theme-Primary-Dark-Surface-Normal);
}
.thead {
background-color: var(--Base-Surface-Secondary-Normal);
}
.iconRow {
background-color: var(--Base-Surface-Secondary-Normal);
border-bottom: none;
position: sticky;
top: 0;
@@ -41,10 +36,6 @@
text-align: center;
}
.tr:nth-child(odd) {
background-color: var(--Base-Background-Primary-Elevated, #faf6f2);
}
.benefitTh {
border: 1px solid var(--Base-Border-Subtle);
padding: var(--Spacing-x3) var(--Spacing-x2);