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

34 lines
595 B
SCSS
Raw Normal View History

2015-11-24 05:51:47 +00:00
@charset "utf-8";
// space-box
.overlay {
position: absolute;
}
2020-09-18 06:39:31 +00:00
.s-space.show-space .selection-box-label.absolute-center{
display: none;
}
.s-space.show-space .selection-box-label.absolute-center.active{
display: block;
position: absolute;
bottom: 110%;
left: 100%;
background: #2196F3;
color: white;
width: 150%;
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;
// overflow: hidden;
transform: translate(-50%, -50%);
}
}