[ADD] theme 14.0

This commit is contained in:
Jeremy Kersten
2021-05-10 15:45:35 +02:00
commit cb1e3be3f8
2309 changed files with 55585 additions and 0 deletions
@@ -0,0 +1,34 @@
#wrapwrap .s_clonable_boxes {
width: 100%;
height: auto!important; // Force height to avoid overlaps
.row {
display: flex;
flex-flow: row wrap;
> div {
display: flex;
flex-flow: column wrap;
justify-content: center;
text-align: center;
padding-top: $grid-gutter-width/2;
padding-bottom: $grid-gutter-width/2;
@include media-breakpoint-down(md) {
width: 100%;
}
}
}
}
html[data-no-flex] .s_clonable_boxes {
width: 100%;
overflow: hidden;
.item {
height: 200px;
overflow: hidden;
text-align: center;
}
}