Fix #6465 - drag drop for cards
[roojs1] / css-bootstrap4 / roojs-bootstrap-debug.css
index 7eea64e..90a50c2 100644 (file)
@@ -4722,4 +4722,18 @@ html.bootstrap-sticky body {
   border-color: #a94442;
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 2px #a94442; }
 
+/* collapseable card headers */
+.card-header .fa {
+  transition: .3s transform ease-in-out;
+  margin-top: 3px; }
+
+.card-header .collapsed {
+  transform: rotate(90deg); }
+
+.roo-card-dropzone {
+  border: 1px dashed #adb5bd;
+  width: 100%;
+  margin-bottom: 10px;
+  border-radius: 0.25rem; }
+
 /*# sourceMappingURL=roojs-bootstrap-debug.css.map */
\ No newline at end of file