diff --git a/apps/partner-sas/globals.css b/apps/partner-sas/globals.css index 9040c0673..fc7e42d1d 100644 --- a/apps/partner-sas/globals.css +++ b/apps/partner-sas/globals.css @@ -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); diff --git a/packages/booking-flow/lib/components/EnterDetails/Details/Multiroom/JoinScandicFriendsCard/joinScandicFriendsCard.module.css b/packages/booking-flow/lib/components/EnterDetails/Details/Multiroom/JoinScandicFriendsCard/joinScandicFriendsCard.module.css index 7d7900718..8060ee585 100644 --- a/packages/booking-flow/lib/components/EnterDetails/Details/Multiroom/JoinScandicFriendsCard/joinScandicFriendsCard.module.css +++ b/packages/booking-flow/lib/components/EnterDetails/Details/Multiroom/JoinScandicFriendsCard/joinScandicFriendsCard.module.css @@ -18,7 +18,7 @@ } .price { - color: var(--Text-Accent-Primary); + color: var(--Scandic-Brand-Scandic-Red); } .checkBox { diff --git a/packages/booking-flow/lib/components/EnterDetails/Details/RoomOne/JoinScandicFriendsCard/joinScandicFriendsCard.module.css b/packages/booking-flow/lib/components/EnterDetails/Details/RoomOne/JoinScandicFriendsCard/joinScandicFriendsCard.module.css index 9646aa471..2242d1e21 100644 --- a/packages/booking-flow/lib/components/EnterDetails/Details/RoomOne/JoinScandicFriendsCard/joinScandicFriendsCard.module.css +++ b/packages/booking-flow/lib/components/EnterDetails/Details/RoomOne/JoinScandicFriendsCard/joinScandicFriendsCard.module.css @@ -18,7 +18,7 @@ } .price { - color: var(--Text-Accent-Primary); + color: var(--Scandic-Brand-Scandic-Red); } .login { diff --git a/packages/booking-flow/lib/components/EnterDetails/Summary/Mobile/BottomSheet/bottomSheet.module.css b/packages/booking-flow/lib/components/EnterDetails/Summary/Mobile/BottomSheet/bottomSheet.module.css index dda38defc..8b705a86d 100644 --- a/packages/booking-flow/lib/components/EnterDetails/Summary/Mobile/BottomSheet/bottomSheet.module.css +++ b/packages/booking-flow/lib/components/EnterDetails/Summary/Mobile/BottomSheet/bottomSheet.module.css @@ -70,7 +70,7 @@ color: var(--Text-Default); &.discounted { - color: var(--Text-Accent-Primary); + color: var(--Scandic-Brand-Scandic-Red); } } diff --git a/packages/booking-flow/lib/components/PriceDetailsModal/PriceDetailsTable/Row/row.module.css b/packages/booking-flow/lib/components/PriceDetailsModal/PriceDetailsTable/Row/row.module.css index e7871652c..71c0330bd 100644 --- a/packages/booking-flow/lib/components/PriceDetailsModal/PriceDetailsTable/Row/row.module.css +++ b/packages/booking-flow/lib/components/PriceDetailsModal/PriceDetailsTable/Row/row.module.css @@ -12,7 +12,7 @@ } .discounted { - color: var(--Text-Accent-Primary); + color: var(--Scandic-Brand-Scandic-Red); } .price .strikeThroughRate { diff --git a/packages/booking-flow/lib/components/SelectRate/RoomsContainer/RateSummary/MobileSummary/Content/summaryContent.module.css b/packages/booking-flow/lib/components/SelectRate/RoomsContainer/RateSummary/MobileSummary/Content/summaryContent.module.css index 0c3180ec9..9ceb332a1 100644 --- a/packages/booking-flow/lib/components/SelectRate/RoomsContainer/RateSummary/MobileSummary/Content/summaryContent.module.css +++ b/packages/booking-flow/lib/components/SelectRate/RoomsContainer/RateSummary/MobileSummary/Content/summaryContent.module.css @@ -45,7 +45,7 @@ color: var(--Text-Default); &.discounted { - color: var(--Text-Accent-Primary); + color: var(--Scandic-Brand-Scandic-Red); } } diff --git a/packages/booking-flow/lib/components/SelectRate/RoomsContainer/RateSummary/MobileSummary/Room/room.module.css b/packages/booking-flow/lib/components/SelectRate/RoomsContainer/RateSummary/MobileSummary/Room/room.module.css index fde10a2a7..73b173ab1 100644 --- a/packages/booking-flow/lib/components/SelectRate/RoomsContainer/RateSummary/MobileSummary/Room/room.module.css +++ b/packages/booking-flow/lib/components/SelectRate/RoomsContainer/RateSummary/MobileSummary/Room/room.module.css @@ -42,7 +42,7 @@ color: var(--Text-Default); &.discounted { - color: var(--Text-Accent-Primary); + color: var(--Scandic-Brand-Scandic-Red); } } diff --git a/packages/booking-flow/lib/components/SelectRate/RoomsContainer/RateSummary/MobileSummary/mobileSummary.module.css b/packages/booking-flow/lib/components/SelectRate/RoomsContainer/RateSummary/MobileSummary/mobileSummary.module.css index 0daf39bb1..98b455b22 100644 --- a/packages/booking-flow/lib/components/SelectRate/RoomsContainer/RateSummary/MobileSummary/mobileSummary.module.css +++ b/packages/booking-flow/lib/components/SelectRate/RoomsContainer/RateSummary/MobileSummary/mobileSummary.module.css @@ -84,7 +84,7 @@ color: var(--Text-Default); &.discounted { - color: var(--Text-Accent-Primary); + color: var(--Scandic-Brand-Scandic-Red); } } diff --git a/packages/design-system/lib/components/HotelCard/HotelDialogCard/StandaloneHotelCardDialog/standaloneHotelCardDialog.module.css b/packages/design-system/lib/components/HotelCard/HotelDialogCard/StandaloneHotelCardDialog/standaloneHotelCardDialog.module.css index 9d727b45a..28067a9f4 100644 --- a/packages/design-system/lib/components/HotelCard/HotelDialogCard/StandaloneHotelCardDialog/standaloneHotelCardDialog.module.css +++ b/packages/design-system/lib/components/HotelCard/HotelDialogCard/StandaloneHotelCardDialog/standaloneHotelCardDialog.module.css @@ -47,7 +47,7 @@ } .memberPrice { - color: var(--Text-Accent-Primary); + color: var(--Scandic-Brand-Scandic-Red); } .content .seeRoomsButton { diff --git a/packages/design-system/lib/components/HotelCard/HotelPriceCard/hotelPriceCard.module.css b/packages/design-system/lib/components/HotelCard/HotelPriceCard/hotelPriceCard.module.css index 5016f19f2..047c76669 100644 --- a/packages/design-system/lib/components/HotelCard/HotelPriceCard/hotelPriceCard.module.css +++ b/packages/design-system/lib/components/HotelCard/HotelPriceCard/hotelPriceCard.module.css @@ -17,7 +17,7 @@ } .redColor { - color: var(--Text-Accent-Primary); + color: var(--Scandic-Brand-Scandic-Red); } .defaultColor { color: var(--Text-Default); diff --git a/packages/design-system/lib/components/RateCard/rate-card.module.css b/packages/design-system/lib/components/RateCard/rate-card.module.css index 2adceb196..071b80d5a 100644 --- a/packages/design-system/lib/components/RateCard/rate-card.module.css +++ b/packages/design-system/lib/components/RateCard/rate-card.module.css @@ -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 {