v1.0.0
This commit is contained in:
64
styles.css
Normal file
64
styles.css
Normal file
@@ -0,0 +1,64 @@
|
||||
.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 {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.advdominion-lg__item {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding: 50px 55px;
|
||||
}
|
||||
|
||||
.advdominion-lg__item_video {
|
||||
}
|
||||
|
||||
.advdominion-lg__image {
|
||||
max-height: 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 {
|
||||
}
|
||||
Reference in New Issue
Block a user