Fix summary for cards

This commit is contained in:
Fraham 2017-11-08 17:47:03 +00:00 committed by GitHub
parent 832fe78226
commit a40bdddba6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -635,8 +635,7 @@ function add(x, y) {
</div>
</div>
<div id="colors" class="section">
<div class="section">
<div id="cards" class="section">
<h2>Cards</h2>
<h4>Full card example</h4>
<p>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.</p>
@ -749,7 +748,7 @@ function add(x, y) {
</div>
</div>
<div class="section">
<div id="badges" class="section">
<h2>Badges</h2>
<h4>Default</h4>
<p>You can customize badges colors with secondary, success, warning, danger classes.</p>