Fix #6465 - drag drop for cards
[roojs1] / scss / roojs-bootstrap / card.scss
diff --git a/scss/roojs-bootstrap/card.scss b/scss/roojs-bootstrap/card.scss
new file mode 100644 (file)
index 0000000..bdefa75
--- /dev/null
@@ -0,0 +1,16 @@
+/* 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 $gray-500;
+    width: 100%;
+    margin-bottom: 10px;
+    border-radius :$card-border-radius;
+
+}
\ No newline at end of file