Feat/BOOK-63 hotel subpages branding
* feat(BOOK-63): Replaced css variables and components to apply hotel branding on subpages * feat(BOOK-63): Replaced css variables and components to apply hotel branding on hotel page map view Approved-by: Christel Westerberg Approved-by: Matilda Landström
This commit is contained in:
@@ -87,19 +87,26 @@
|
||||
.li:has(.heart)::before,
|
||||
.check > .li::before,
|
||||
.li:has(.check)::before {
|
||||
content: '';
|
||||
position: relative;
|
||||
height: 8px;
|
||||
top: 3px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
display: inline-flex;
|
||||
flex-shrink: 0;
|
||||
background-color: var(--Icon-Accent);
|
||||
mask-size: contain;
|
||||
mask-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.check > .li::before,
|
||||
.li:has(.check)::before {
|
||||
content: url('/_static/icons/check-ring.svg');
|
||||
mask-image: url('/_static/icons/check_circle.svg');
|
||||
}
|
||||
|
||||
.heart > .li::before,
|
||||
.li:has(.heart)::before {
|
||||
content: url('/_static/icons/heart.svg');
|
||||
mask-image: url('/_static/icons/heart.svg');
|
||||
}
|
||||
|
||||
.li > * {
|
||||
|
||||
Reference in New Issue
Block a user