From 000b7b90edff7bc862f5b8e49f2fe8b02977b34f Mon Sep 17 00:00:00 2001 From: tcmal Date: Tue, 20 Mar 2018 20:54:51 +0000 Subject: [PATCH] Added examples for coloured cards & inverted cards. --- examples/components/card.html | 135 +++++++++++++++++++++++++++++++++- 1 file changed, 134 insertions(+), 1 deletion(-) diff --git a/examples/components/card.html b/examples/components/card.html index f7ffa48f4..86d2f0ccc 100644 --- a/examples/components/card.html +++ b/examples/components/card.html @@ -308,6 +308,139 @@ - +
+
+
+ Red card +
+
+
+
+ Orange card +
+
+
+
+ Yellow card +
+
+
+
+ Olive card +
+
+
+
+ Green card +
+
+
+
+ Teal card +
+
+
+
+ Blue card +
+
+
+
+ Violet card +
+
+
+
+ Purple card +
+
+
+
+ Pink card +
+
+
+
+ Brown card +
+
+
+
+ Grey card +
+
+
+
+ Black card +
+
+
+
+
+
+ Inverted (red) card +
+
+
+
+ Inverted (orange) card +
+
+
+
+ Inverted (yellow) card +
+
+
+
+ Inverted (olive) card +
+
+
+
+ Inverted (green) card +
+
+
+
+ Inverted (teal) card +
+
+
+
+ Inverted (blue) card +
+
+
+
+ Inverted (violet) card +
+
+
+
+ Inverted (purple) card +
+
+
+
+ Inverted (pink) card +
+
+
+
+ Inverted (brown) card +
+
+
+
+ Inverted (grey) card +
+
+
+
+ Inverted (black) card +
+
+
\ No newline at end of file