feat(BOOK-391): Added theme and logos for Bassin Seven
* chore: Updated border-radius variables after import change Approved-by: Linus Flood
This commit is contained in:
@@ -5,4 +5,5 @@ export enum SignatureHotelEnum {
|
||||
HotelNorge = "785",
|
||||
Marski = "605",
|
||||
TheDock = "796",
|
||||
BassinSeven = "717",
|
||||
}
|
||||
|
||||
@@ -10,6 +10,7 @@ export enum Theme {
|
||||
hotelNorge = "hotel-norge",
|
||||
marski = "marski",
|
||||
theDock = "the-dock",
|
||||
bassinSeven = "bassin-seven",
|
||||
}
|
||||
|
||||
export const DEFAULT_THEME = Theme.scandic
|
||||
@@ -29,6 +30,8 @@ function getSignatureHotelTheme(hotelId: string) {
|
||||
return Theme.marski
|
||||
case SignatureHotelEnum.TheDock:
|
||||
return Theme.theDock
|
||||
case SignatureHotelEnum.BassinSeven:
|
||||
return Theme.bassinSeven
|
||||
default:
|
||||
return DEFAULT_THEME
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user