X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=scss%2Froojs-bootstrap%2Fcard.scss;fp=scss%2Froojs-bootstrap%2Fcard.scss;h=bdefa75e5619012f3c4c1fe2e8a33413849156c8;hp=0000000000000000000000000000000000000000;hb=267f6bc0ecf0897515863c3c91a8eea23388e273;hpb=4806a3a6a72a6fc861a138965a6b1b5df60d0c87 diff --git a/scss/roojs-bootstrap/card.scss b/scss/roojs-bootstrap/card.scss new file mode 100644 index 0000000000..bdefa75e56 --- /dev/null +++ b/scss/roojs-bootstrap/card.scss @@ -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