Feat/LOY-430 reward nights * chore(LOY-430): add reward nights request and dynamic content * chore(LOY-430): fix Reward Night component * Refactor: use existing endpoint and add rewardNight data to that response instead Approved-by: Linus Flood
14 lines
184 B
CSS
14 lines
184 B
CSS
.offerPrice {
|
|
display: grid;
|
|
gap: var(--Space-x05);
|
|
}
|
|
|
|
.highlightedText {
|
|
color: var(--Text-Interactive-Secondary);
|
|
padding-top: var(--Space-x2);
|
|
}
|
|
|
|
.grid {
|
|
display: grid;
|
|
}
|