diff --git a/docs/components/card.md b/docs/components/card.md index 738e94ca16..9497b1668e 100644 --- a/docs/components/card.md +++ b/docs/components/card.md @@ -599,3 +599,18 @@ Card columns can also be extended and customized with some additional code. Show } } {% endhighlight %} + +## Orange brand + +To get brand compliant cards simply add `.o-card` class to your card component. + +{% example html %} +
+ Card image cap +
+

Card title

+

Some quick example text to build on the card title and make up the bulk of the card's content.

+ Button +
+
+{% endexample %}