Merged in fix/sw-3581-incorrect-price-colors (pull request #3057)

feat(SW-3581): Set price colors to scandic red

* Set price colors to scandic red

* Remove comment


Approved-by: Bianca Widstam
Approved-by: Joakim Jäderberg
This commit is contained in:
Anton Gunnarsson
2025-11-03 13:14:57 +00:00
parent 1c7f72e95d
commit 83822fbc76
11 changed files with 11 additions and 12 deletions

View File

@@ -112,7 +112,6 @@ body.partner-sas {
--SAS-Gray-100
);
--Icon-Default: var(--SAS-40);
--Icon-Interactive-Default: var(--SAS-20);
--Primary-Dark-Surface-Normal: var(--SAS-Default);
--Primary-Light-On-Surface-Accent: var(--SAS-50);

View File

@@ -18,7 +18,7 @@
}
.price {
color: var(--Text-Accent-Primary);
color: var(--Scandic-Brand-Scandic-Red);
}
.checkBox {

View File

@@ -18,7 +18,7 @@
}
.price {
color: var(--Text-Accent-Primary);
color: var(--Scandic-Brand-Scandic-Red);
}
.login {

View File

@@ -70,7 +70,7 @@
color: var(--Text-Default);
&.discounted {
color: var(--Text-Accent-Primary);
color: var(--Scandic-Brand-Scandic-Red);
}
}

View File

@@ -12,7 +12,7 @@
}
.discounted {
color: var(--Text-Accent-Primary);
color: var(--Scandic-Brand-Scandic-Red);
}
.price .strikeThroughRate {

View File

@@ -45,7 +45,7 @@
color: var(--Text-Default);
&.discounted {
color: var(--Text-Accent-Primary);
color: var(--Scandic-Brand-Scandic-Red);
}
}

View File

@@ -42,7 +42,7 @@
color: var(--Text-Default);
&.discounted {
color: var(--Text-Accent-Primary);
color: var(--Scandic-Brand-Scandic-Red);
}
}

View File

@@ -84,7 +84,7 @@
color: var(--Text-Default);
&.discounted {
color: var(--Text-Accent-Primary);
color: var(--Scandic-Brand-Scandic-Red);
}
}

View File

@@ -47,7 +47,7 @@
}
.memberPrice {
color: var(--Text-Accent-Primary);
color: var(--Scandic-Brand-Scandic-Red);
}
.content .seeRoomsButton {

View File

@@ -17,7 +17,7 @@
}
.redColor {
color: var(--Text-Accent-Primary);
color: var(--Scandic-Brand-Scandic-Red);
}
.defaultColor {
color: var(--Text-Default);

View File

@@ -99,7 +99,7 @@ label:not(:has(.radio:checked)) .checkIcon {
}
.highlightedRate {
color: var(--Text-Accent-Primary);
color: var(--Scandic-Brand-Scandic-Red);
}
.textSecondary {
@@ -168,7 +168,7 @@ label:not(:has(.radio:checked)) .checkIcon {
}
.variant-campaign .rate {
color: var(--Text-Accent-Primary);
color: var(--Scandic-Brand-Scandic-Red);
}
.variant-code .banner {