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:
Matilda Haneling
2025-11-03 08:56:34 +00:00
parent 1eb70766b4
commit c3a82598af
3 changed files with 4 additions and 4 deletions

View File

@@ -159,7 +159,7 @@ label:not(:has(.radio:checked)) .checkIcon {
}
.variant-campaign .banner {
background-color: var(--Surface-Feedback-Succes);
background-color: var(--Scandic-Green-60);
display: flex;
justify-content: center;
align-items: center;