silex-website-builder-goodevent
Version:
Free and easy website builder for everyone.
31 lines (28 loc) • 1.01 kB
CSS
body {
padding-bottom: 100px; /* leave space at the bottom */
min-width: 100%; /* this makes sure that the body and sections are full width even when window is wider than minimum section width */
min-height: 100%; /* this makes sure that the body covers the whole stage, even when website content is very short */
}
@media (min-width:481px) {
body {
position: absolute; /* this make container element of sections full width, even when the window width is smaller than min-width of sections */
}
.section-element .silex-container-content {
border-left: 1px dashed;
border-right: 1px dashed;
}
.section-element:last-of-type .silex-container-content {
border-bottom: 1px dashed;
}
}
.loading-image {
background-image: url(../../assets/image-loader.gif);
background-repeat: no-repeat;
background-position: 50%;
}
/* .editable-style[data-silex-sub-type="image"] {
overflow: visible;
}
.editable-style[data-silex-sub-type="image"] img {
border-radius: inherit;
} */