File tree Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 69
69
header-tag =" header"
70
70
footer-tag =" footer" >
71
71
<div slot =" header" >
72
- <i class =" fa fa-align-justify" ></i >Alerts
73
- <small >with additional content</small >
72
+ <i class =" fa fa-align-justify" ></i > Alerts <small >with additional content</small >
74
73
</div >
75
74
<b-alert show variant =" success" >
76
75
<h4 class =" alert-heading" >Well done!</h4 >
91
90
header-tag =" header"
92
91
footer-tag =" footer" >
93
92
<div slot =" header" >
94
- <i class =" fa fa-align-justify" ></i >Alerts
95
- <small >dismissible</small >
93
+ <i class =" fa fa-align-justify" ></i > Alerts <small >dismissible</small >
96
94
</div >
97
95
<div >
98
96
<b-alert show dismissible >
113
111
header-tag =" header"
114
112
footer-tag =" footer" >
115
113
<div slot =" header" >
116
- <i class =" fa fa-align-justify" ></i >Alerts
117
- <small >auto dismissible</small >
114
+ <i class =" fa fa-align-justify" ></i > Alerts <small >auto dismissible</small >
118
115
</div >
119
116
<div >
120
117
<b-alert :show =" dismissCountDown"
Original file line number Diff line number Diff line change 29
29
</b-card >
30
30
</b-col >
31
31
<b-col cols =" 12" md =" 6" >
32
- <b-card header =" Badge <small>contextual variations</small>"
32
+ <b-card header =" <i class='fa fa-align-justify'></i> Badge <small>contextual variations</small>"
33
33
header-tag =" header"
34
34
footer-tag =" footer" >
35
35
<div >
43
43
<b-badge variant =" dark" >Dark</b-badge >
44
44
</div >
45
45
</b-card >
46
- <b-card header =" Badge <small>pills</small>"
46
+ <b-card header =" <i class='fa fa-align-justify'></i> Badge <small>pills</small>"
47
47
header-tag =" header"
48
48
footer-tag =" footer" >
49
49
<div >
57
57
<b-badge pill variant =" dark" >Dark</b-badge >
58
58
</div >
59
59
</b-card >
60
- <b-card header =" Badge <small>actionable</small>"
60
+ <b-card header =" <i class='fa fa-align-justify'></i> Badge <small>actionable</small>"
61
61
header-tag =" header"
62
62
footer-tag =" footer" >
63
63
<div >
Original file line number Diff line number Diff line change 3
3
<div class =" animated fadeIn" >
4
4
<b-row >
5
5
<b-col cols =" 12" >
6
- <b-card header =" Bootstrap Modals" >
6
+ <b-card header =" <i class='fa fa-align-justify'></i> Bootstrap Modals" >
7
7
<b-button type =" button" variant =" secondary" @click =" myModal = true" >Launch demo modal</b-button >
8
8
<b-button type =" button" variant =" secondary" @click =" largeModal = true" >Launch large modal</b-button >
9
9
<b-button type =" button" variant =" secondary" @click =" smallModal = true" >Launch small modal</b-button >
You can’t perform that action at this time.
0 commit comments