Files
web/apps/scandic-web/components/Blocks/DynamicContent/OverviewTable/LargeTable/largeTable.module.css
Erik Tiekstra b3c4761ae5 Merged in chore/BOOK-773-replace-old-typography-variables (pull request #3515)
Chore/BOOK-773 replace old typography variables

* chore(BOOK-773): Replaced body typography

* chore(BOOK-773): Replaced caption typography

* chore(BOOK-773): Replaced footnote typography

* chore(BOOK-773): Replaced subtitle typography


Approved-by: Bianca Widstam
2026-02-03 15:07:18 +00:00

59 lines
903 B
CSS

.table {
border: none;
border-collapse: collapse;
background-color: var(--UI-Opacity-White-100);
border-radius: var(--Corner-Radius-md);
color: var(--UI-Grey-100);
}
.tr {
border-bottom: 1px solid var(--Base-Border-Subtle);
}
.tr:last-child {
border: none;
}
.td {
text-align: center;
}
.rewardTh {
padding: var(--Space-x3) var(--Space-x2);
}
.details[open] .chevron {
transform: rotate(180deg);
}
.rewardHeader {
display: grid;
gap: var(--Space-x1);
grid-template-columns: 1fr auto;
text-align: start;
}
.rewardDescription {
margin: 0;
padding-top: var(--Space-x1);
text-align: start;
padding-right: calc(var(--Space-x3) + var(--Space-x1));
}
.rewardTitle {
color: var(--Text-Heading);
}
.chevron {
display: flex;
align-self: start;
color: var(--UI-Grey-80);
}
.summary::-webkit-details-marker {
display: none;
}
.summary {
list-style: none;
}