Feat/SW-673 galleryicon hotel lightbox * feat(SW-673): add galleryChip to trigger lightbox * feat(SW-673): add updated design galleryIcon * feat(SW-673): add first image from hotelContent and heroImages * feat(SW-673): fix import type * feat(SW-673): fix css variables * feat(SW-673): change component to include image that trigger lightbox * feat(SW-673): refactor name to imageGallery Approved-by: Niclas Edenvin
18 lines
359 B
CSS
18 lines
359 B
CSS
.galleryIcon {
|
|
position: absolute;
|
|
bottom: 16px;
|
|
right: 16px;
|
|
max-height: 32px;
|
|
width: 48px;
|
|
background-color: rgba(0, 0, 0, 0.6);
|
|
padding: var(--Spacing-x-quarter) var(--Spacing-x-half);
|
|
border-radius: var(--Corner-radius-Small);
|
|
display: flex;
|
|
align-items: center;
|
|
gap: var(--Spacing-x-quarter);
|
|
}
|
|
|
|
.triggerArea {
|
|
cursor: pointer;
|
|
}
|