Files
web/apps/scandic-web/components/Blocks/DynamicContent/RewardNights/rewardNights.module.css
Matilda Landström 5770147af4 Merged in feat/LOY-501-table-sorting (pull request #3321)
feat(LOY-501): add sorting to Reward Night Table

* feat(LOY-501): add sorting using Tanstack Table


Approved-by: Chuma Mcphoy (We Ahead)
2025-12-11 14:08:01 +00:00

23 lines
315 B
CSS

.offerPrice {
display: grid;
gap: var(--Space-x05);
}
.highlightedText {
color: var(--Text-Interactive-Secondary);
padding-top: var(--Space-x2);
}
.grid {
display: grid;
}
.icon {
transition: transform 0.3s;
padding-left: var(--Space-x05);
&.isTransformed {
transform: rotate(180deg);
}
}