93 lines
1.7 KiB
SCSS
93 lines
1.7 KiB
SCSS
@charset "utf-8";
|
|
@import "variables";
|
|
// space-box
|
|
.overlay {
|
|
position: absolute;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
outline: 0;
|
|
}
|
|
.s-space.show-space .selection-box-label{
|
|
display: none;
|
|
}
|
|
.fa.fa-map-marker{
|
|
font-size: 8vw;
|
|
position: relative;
|
|
@media (min-width: $screen-sm){
|
|
font-size: 4vw !important;
|
|
}
|
|
}
|
|
.popup{
|
|
color: inherit !important;
|
|
margin-left: 2em;
|
|
@media (min-width: $screen-sm) {
|
|
display: none;
|
|
}
|
|
}
|
|
.anchor{
|
|
position: absolute;
|
|
left: 0.2em;
|
|
width: 0;
|
|
height: 0;
|
|
border-style: solid;
|
|
border-width: 0.8em 0.8em 0 0.8em;
|
|
border-color: #2196f3 transparent transparent transparent;
|
|
}
|
|
.s-space.show-space .selection-box-label.active{
|
|
z-index: 5;
|
|
display: block;
|
|
position: absolute;
|
|
bottom: 110%;
|
|
overflow-wrap: break-word;
|
|
left: 0%;
|
|
background: #2196F3;
|
|
color: white;
|
|
width: 8em;
|
|
width: max-content;
|
|
min-width: 4em;
|
|
padding: 0.2em;
|
|
font-size: 0.8em;
|
|
}
|
|
a.s-space__pin-link{
|
|
position: relative;
|
|
}
|
|
#full-layout-canvas {
|
|
text-align: center;
|
|
position: relative;
|
|
|
|
.image-cover {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
height: 100%;
|
|
margin: auto;
|
|
width: 100%;
|
|
// overflow: hidden;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
}
|
|
.w-ad-banner__pager-wrap.w-ad-banner__page--active .w-ad-banner__pager.external {
|
|
display: none;
|
|
}
|
|
.w-ad-banner__pager-wrap.w-ad-banner__page--active.active .w-ad-banner__pager.external {
|
|
display: table;
|
|
width: 100%;
|
|
}
|
|
.w-ad-banner__pager.external img {
|
|
display: inline-block;
|
|
width: 100%;
|
|
}
|
|
.bundle-button{
|
|
padding-bottom: 1em;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: center;
|
|
}
|
|
.fa.fa-times{
|
|
background: #e4225d;
|
|
color: white;
|
|
padding: 0.2em;
|
|
float: right;
|
|
cursor: pointer;
|
|
} |