From 657aa1eaec2227958ae704db96fffc60e85c13b7 Mon Sep 17 00:00:00 2001 From: sean-codes Date: Sat, 18 Nov 2017 15:32:06 -0600 Subject: [PATCH] rename to demo and minimum --- example/demo.css | 61 +++++++++++++++++++++++++ example/demo.html | 105 +++++++++++++++++++++++++++++++++++++++++++ example/minimum.html | 42 +++++++++++++++++ 3 files changed, 208 insertions(+) create mode 100644 example/demo.css create mode 100644 example/demo.html create mode 100644 example/minimum.html diff --git a/example/demo.css b/example/demo.css new file mode 100644 index 0000000..5a07579 --- /dev/null +++ b/example/demo.css @@ -0,0 +1,61 @@ +#myKanBan { + height: 100%; + box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25); +} + +#myKanBan lane lane-title { + background: #333; + color: #FFF; +} + +card mycard-container, ghost mycard-container { + width: 100%; + height: 100%; + padding: 10px; + padding-bottom: 0px; + overflow: hidden; +} + +card mycard-container mycard-content, ghost mycard-container mycard-content { + border-radius: 3px; + overflow: hidden; +} + +card mycard-container mycard-title, ghost mycard-container mycard-title { + background: #444; + color: #FFF; + padding: 10px; +} + +card mycard-container mycard-title button, ghost mycard-container mycard-title button { + display: inline; + float: right; + padding: 0px 5px; +} + +card mycard-container mycard-title button:hover, ghost mycard-container mycard-title button:hover { + background: rgba(0, 0, 0, 0.1); +} + +card mycard-container mycard-text, ghost mycard-container mycard-text { + position: relative; + padding: 20px 10px; + font-size: 0.8em; + color: #FFF; +} + +card mycard-container .bg-green, ghost mycard-container .bg-green { + background: #33A852; +} + +card mycard-container .bg-blue, ghost mycard-container .bg-blue { + background: #5FC3EB; +} + +card mycard-container .bg-orange, ghost mycard-container .bg-orange { + background: #ffb440; +} + +card mycard-container .bg-red, ghost mycard-container .bg-red { + background: #ff4747; +} diff --git a/example/demo.html b/example/demo.html new file mode 100644 index 0000000..263e7aa --- /dev/null +++ b/example/demo.html @@ -0,0 +1,105 @@ + + + + + + + +
+ + + + + diff --git a/example/minimum.html b/example/minimum.html new file mode 100644 index 0000000..673ee42 --- /dev/null +++ b/example/minimum.html @@ -0,0 +1,42 @@ + + + + + + + +
+ + + + +