space/app/assets/stylesheets/space-frontend.scss

74 lines
1.4 KiB
SCSS
Raw Normal View History

2015-11-24 05:51:47 +00:00
@charset "utf-8";
// space-box
.overlay {
position: absolute;
2020-10-01 20:32:20 +00:00
display: flex;
align-items: center;
justify-content: center;
2015-11-24 05:51:47 +00:00
}
2020-10-02 05:43:52 +00:00
.s-space.show-space .selection-box-label{
2020-09-18 06:39:31 +00:00
display: none;
}
2020-10-01 20:32:20 +00:00
.fa.fa-map-marker{
font-size: 8vw;
}
.anchor{
position: absolute;
left: 20%;
width: 0;
height: 0;
border-style: solid;
border-width: 1em 1em 0 1em;
border-color: #2196f3 transparent transparent transparent;
}
2020-10-02 05:43:52 +00:00
.s-space.show-space .selection-box-label.active{
2020-09-18 06:39:31 +00:00
display: block;
position: absolute;
bottom: 110%;
2020-10-01 20:32:20 +00:00
bottom: calc(100% + 0.8em);
2020-10-01 06:39:30 +00:00
left: 0%;
2020-09-18 06:39:31 +00:00
background: #2196F3;
color: white;
2020-10-01 06:39:30 +00:00
width: 100%;
2020-09-18 06:39:31 +00:00
padding: 0.2em;
}
2015-11-24 05:51:47 +00:00
#full-layout-canvas {
text-align: center;
position: relative;
.image-cover {
position: absolute;
left: 50%;
top: 50%;
height: 100%;
margin: auto;
2020-10-01 06:27:54 +00:00
width: 100%;
2015-11-24 05:51:47 +00:00
// overflow: hidden;
transform: translate(-50%, -50%);
}
2020-10-01 20:32:20 +00:00
}
.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;
2015-11-24 05:51:47 +00:00
}