refactor: card header title spacing

This commit is contained in:
xidedix
2018-04-06 15:10:21 +02:00
parent 57845802c3
commit 8ada829e65
3 changed files with 7 additions and 10 deletions
+3 -6
View File
@@ -69,8 +69,7 @@
header-tag="header"
footer-tag="footer">
<div slot="header">
<i class="fa fa-align-justify"></i>Alerts
<small>with additional content</small>
<i class="fa fa-align-justify"></i> Alerts <small>with additional content</small>
</div>
<b-alert show variant="success">
<h4 class="alert-heading">Well done!</h4>
@@ -91,8 +90,7 @@
header-tag="header"
footer-tag="footer">
<div slot="header">
<i class="fa fa-align-justify"></i>Alerts
<small>dismissible</small>
<i class="fa fa-align-justify"></i> Alerts <small>dismissible</small>
</div>
<div>
<b-alert show dismissible>
@@ -113,8 +111,7 @@
header-tag="header"
footer-tag="footer">
<div slot="header">
<i class="fa fa-align-justify"></i>Alerts
<small>auto dismissible</small>
<i class="fa fa-align-justify"></i> Alerts <small>auto dismissible</small>
</div>
<div>
<b-alert :show="dismissCountDown"