Files
kupshop/admin/static/scss/components/_pageblocks.scss
2025-08-02 16:30:27 +02:00

35 lines
665 B
SCSS

/****************************************************** */
/******************** Page blocks **********************/
/****************************************************** */
#pageBlocksContainer {
list-style-type: none;
padding: 0;
text-indent: 0;
.blockItem {
border-bottom: 0;
display: block;
list-style-type: none;
padding-top: 1px;
> ul {
position: relative;
}
}
.placeholder {
border: 1px dashed green;
min-height: 40px;
margin: 5px;
list-style-type: none;
}
.mjs-nestedSortable-error {
background: #fbe3e4;
border-color: transparent;
}
}