Skip to content
Snippets Groups Projects
Commit 47e3211a authored by Ron Lucke's avatar Ron Lucke
Browse files

fix #3634

Closes #3634

Merge request studip/studip!2516
parent bc6a48c7
No related branches found
No related tags found
No related merge requests found
......@@ -193,6 +193,7 @@
.cw-containeradder-item-wrapper {
border: solid thin var(--content-color-40);
margin-bottom: 5px;
.cw-sortable-handle {
opacity: 0;
}
......@@ -206,7 +207,7 @@
}
.cw-containeradder-item {
margin-bottom: 4px;
min-height: 5em;
padding: 1em 1em 1em 6em;
@include background-icon(unit-test, clickable, 48);
background-position: 16px center;
......
......@@ -14,10 +14,15 @@
.cw-container-tabs-block-list:empty {
height: 4em;
border: dashed 2px var(--content-color-40);
margin: 5px;
}
.cw-tabs-content {
padding: 8px 0 0 0;
.cw-companion-box {
border: none;
}
}
}
}
\ No newline at end of file
}
......@@ -28,8 +28,12 @@
}
}
.cw-collapsible-content .cw-collapsible-content-open {
.cw-collapsible-content.cw-collapsible-content-open {
padding: 10px;
.cw-companion-box {
border: none;
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment