From 745be5a79c035c3f981c2776eaa0d492292c65c3 Mon Sep 17 00:00:00 2001 From: Afzal Sayed Date: Wed, 22 Nov 2017 22:09:42 +0530 Subject: [PATCH] Fix for summary links --- index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index b8b5d67..82af0cb 100644 --- a/index.html +++ b/index.html @@ -53,6 +53,8 @@
  • Code
  • Tables
  • Popovers
  • +
  • Cards
  • +
  • Badges
  • Colors
  • Borders & shadows
  • Utilities
  • @@ -633,7 +635,7 @@ function add(x, y) { -
    +

    Cards

    Full card example

    It is possible to not put all the sub-classes like card-title, card-subtitle, card-text, ... But instead the framework will recognize the element properly if it's a h4, h5, p, ... And you need to put all this content on a div with card class.

    @@ -746,7 +748,7 @@ function add(x, y) {
    -
    +

    Badges

    Default

    You can customize badges colors with secondary, success, warning, danger classes.