Merged in fix/book-425-color-fix (pull request #3056)
Fix/book 425 color fix * fix(BOOK-425): fixed color on campaign banner and pprice alignment issue * fix(BOOK-425): fixed release branch colors on booking code chip * removed new css class which wasn't needed Approved-by: Joakim Jäderberg
This commit is contained in:
@@ -12,8 +12,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.green {
|
.green {
|
||||||
background-color: var(--Surface-Feedback-Succes-light);
|
background-color: var(--Scandic-Green-00);
|
||||||
color: var(--Surface-Feedback-Succes);
|
color: var(--Scandic-Green-60);
|
||||||
}
|
}
|
||||||
|
|
||||||
.red {
|
.red {
|
||||||
|
|||||||
@@ -126,7 +126,7 @@ export default function CampaignRateCard({
|
|||||||
</Typography>
|
</Typography>
|
||||||
<Typography variant="Title/Subtitle/md">
|
<Typography variant="Title/Subtitle/md">
|
||||||
<p
|
<p
|
||||||
className={cx(styles.rateRow, {
|
className={cx({
|
||||||
[styles.highlightedRate]: isHighlightedRate,
|
[styles.highlightedRate]: isHighlightedRate,
|
||||||
})}
|
})}
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -159,7 +159,7 @@ label:not(:has(.radio:checked)) .checkIcon {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.variant-campaign .banner {
|
.variant-campaign .banner {
|
||||||
background-color: var(--Surface-Feedback-Succes);
|
background-color: var(--Scandic-Green-60);
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user