scss/roojs-bootstrap/card.scss
authorAlan Knowles <alan@roojs.com>
Mon, 16 Nov 2020 03:46:54 +0000 (11:46 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 16 Nov 2020 03:46:54 +0000 (11:46 +0800)
scss/roojs-bootstrap/card.scss [new file with mode: 0644]

diff --git a/scss/roojs-bootstrap/card.scss b/scss/roojs-bootstrap/card.scss
new file mode 100644 (file)
index 0000000..36a143a
--- /dev/null
@@ -0,0 +1,8 @@
+/* collapseable card headers */
+
+.card-header .fa {
+  transition: .3s transform ease-in-out;
+}
+.card-header .collapsed.fa {
+  transform: rotate(90deg);
+}
\ No newline at end of file