Перенесён lightbox-gallery
This commit is contained in:
75
packages/lightbox-gallery/styles.css
Normal file
75
packages/lightbox-gallery/styles.css
Normal file
@@ -0,0 +1,75 @@
|
||||
.advdominion-lg {
|
||||
background-color: white;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
.advdominion-lg__close {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.advdominion-lg__close-icon {
|
||||
fill: currentcolor;
|
||||
height: 25px;
|
||||
width: 25px;
|
||||
}
|
||||
|
||||
.advdominion-lg__container.swiper {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.advdominion-lg__wrapper.swiper-wrapper {
|
||||
}
|
||||
|
||||
.advdominion-lg__item.swiper-slide {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 25px;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.advdominion-lg__item_video.swiper-slide {
|
||||
}
|
||||
|
||||
.advdominion-lg__image {
|
||||
max-height: 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.advdominion-lg__video-wrapper {
|
||||
height: 100%;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.advdominion-lg__video {
|
||||
border: none;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
div.advdominion-lg__video {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.advdominion-lg__video_youtube {
|
||||
}
|
||||
|
||||
.advdominion-lg__video_vk {
|
||||
}
|
||||
|
||||
.advdominion-lg__caption {
|
||||
}
|
||||
Reference in New Issue
Block a user