@@ -13,29 +13,29 @@ <h5 *widgsterTitle>
13
13
Use any of the available button classes to quickly create a styled button.
14
14
Semantically distinguishable beauty.
15
15
</ p >
16
- < p class ="text-center ">
17
- < button class ="btn btn-secondary width-100 mb-xs " role ="button ">
16
+ < p class ="">
17
+ < button class ="btn btn-secondary width-100 mb-xs mr-3 mb-3 " role ="button ">
18
18
Secondary
19
19
</ button >
20
- < button class ="btn btn-primary width-100 mb-xs " role ="button ">
20
+ < button class ="btn btn-primary width-100 mb-xs mr-3 mb-3 " role ="button ">
21
21
Primary
22
22
</ button >
23
- < button class ="btn btn-info width-100 mb-xs " role ="button ">
23
+ < button class ="btn btn-info width-100 mb-xs mr-3 mb-3 " role ="button ">
24
24
Info
25
25
</ button >
26
- < button class ="btn btn-success width-100 mb-xs " role ="button ">
26
+ < button class ="btn btn-success width-100 mr-3 mb-3 " role ="button ">
27
27
Success
28
28
</ button >
29
- < button class ="btn btn-warning width-100 mb-xs " role ="button ">
29
+ < button class ="btn btn-warning width-100 mr-3 mb-3 " role ="button ">
30
30
Warning
31
31
</ button >
32
- < button class ="btn btn-danger width-100 mb-xs " role ="button ">
32
+ < button class ="btn btn-danger width-100 mr-3 mb-3 " role ="button ">
33
33
Danger
34
34
</ button >
35
- < button class ="btn btn-gray width-100 mb-xs " role ="button ">
35
+ < button class ="btn btn-gray width-100 mr-3 mb-3 " role ="button ">
36
36
Gray
37
37
</ button >
38
- < button class ="btn btn-inverse width-100 mb-xs " role ="button ">
38
+ < button class ="btn btn-inverse width-100 mb-3 " role ="button ">
39
39
Inverse
40
40
</ button >
41
41
</ p >
@@ -50,10 +50,10 @@ <h5 *widgsterTitle>
50
50
Fancy larger or smaller buttons? Four separate sizes available for all use cases: from
51
51
tiny 10px button to large one.
52
52
</ p >
53
- < button type ="button " class ="btn btn-default btn-lg "> Large button</ button >
54
- < button type ="button " class ="btn btn-primary "> Default button</ button >
55
- < button type ="button " class ="btn btn-info btn-sm "> Small button</ button >
56
- < button type ="button " class ="btn btn-success btn-xs "> Tiny button</ button >
53
+ < button type ="button " class ="btn btn-default btn-lg mr-3 "> Large button</ button >
54
+ < button type ="button " class ="btn btn-primary mr-3 "> Default button</ button >
55
+ < button type ="button " class ="btn btn-info btn-sm mr-3 "> Small button</ button >
56
+ < button type ="button " class ="btn btn-success btn-xs mr-3 "> Tiny button</ button >
57
57
</ section >
58
58
</ div >
59
59
< div class ="col-md-6 col-12 ">
@@ -65,29 +65,29 @@ <h5 *widgsterTitle>
65
65
In need of a button, but not the hefty background colors they bring? Use property to remove all background
66
66
images and colors on any button.
67
67
</ p >
68
- < p class ="text-center ">
69
- < button class ="btn btn-outline-secondary width-100 mb-xs " role ="button ">
68
+ < p class ="">
69
+ < button class ="btn btn-outline-secondary width-100 mr-3 mb-3 " role ="button ">
70
70
Secondary
71
71
</ button >
72
- < button class ="btn btn-outline-primary width-100 mb-xs " role ="button ">
72
+ < button class ="btn btn-outline-primary width-100 mr-3 mb-3 " role ="button ">
73
73
Primary
74
74
</ button >
75
- < button class ="btn btn-outline-info width-100 mb-xs " role ="button ">
75
+ < button class ="btn btn-outline-info width-100 mr-3 mb-3 " role ="button ">
76
76
Info
77
77
</ button >
78
- < button class ="btn btn-outline-success width-100 mb-xs " role ="button ">
78
+ < button class ="btn btn-outline-success width-100 mr-3 mb-3 " role ="button ">
79
79
Success
80
80
</ button >
81
- < button class ="btn btn-outline-warning width-100 mb-xs " role ="button ">
81
+ < button class ="btn btn-outline-warning width-100 mr-3 mb-3 " role ="button ">
82
82
Warning
83
83
</ button >
84
- < button class ="btn btn-outline-danger width-100 mb-xs " role ="button ">
84
+ < button class ="btn btn-outline-danger width-100 mr-3 mb-3 " role ="button ">
85
85
Danger
86
86
</ button >
87
- < button class ="btn btn-outline-gray width-100 mb-xs " role ="button ">
87
+ < button class ="btn btn-outline-gray width-100 mr-3 mb-3 " role ="button ">
88
88
Gray
89
89
</ button >
90
- < button class ="btn btn-outline-inverse width-100 mb-xs " role ="button ">
90
+ < button class ="btn btn-outline-inverse width-100 mb-3 " role ="button ">
91
91
Inverse
92
92
</ button >
93
93
</ p >
@@ -103,29 +103,29 @@ <h5 *widgsterTitle>
103
103
Semantically distinguishable beauty. Use
104
104
< code > .btn-rounded</ code > or < code > .btn-rounded-f</ code > .
105
105
</ p >
106
- < p class ="text-center ">
107
- < button class ="btn btn-default btn-rounded-f width-100 mb-xs " role ="button ">
106
+ < p class ="">
107
+ < button class ="btn btn-default btn-rounded-f width-100 mr-3 mb-3 " role ="button ">
108
108
Default
109
109
</ button >
110
- < button class ="btn btn-primary btn-rounded-f width-100 mb-xs " role ="button ">
110
+ < button class ="btn btn-primary btn-rounded-f width-100 mr-3 mb-3 " role ="button ">
111
111
Primary
112
112
</ button >
113
- < button class ="btn btn-info btn-rounded-f width-100 mb-xs " role ="button ">
113
+ < button class ="btn btn-info btn-rounded-f width-100 mr-3 mb-3 " role ="button ">
114
114
Info
115
115
</ button >
116
- < button class ="btn btn-success btn-rounded-f width-100 mb-xs " role ="button ">
116
+ < button class ="btn btn-success btn-rounded-f width-100 mr-3 mb-3 " role ="button ">
117
117
Success
118
118
</ button >
119
- < button class ="btn btn-outline-warning btn-rounded width-100 mb-xs " role ="button ">
119
+ < button class ="btn btn-outline-warning btn-rounded width-100 mr-3 mb-3 " role ="button ">
120
120
Warning
121
121
</ button >
122
- < button class ="btn btn-outline-danger btn-rounded width-100 mb-xs " role ="button ">
122
+ < button class ="btn btn-outline-danger btn-rounded width-100 mr-3 mb-3 " role ="button ">
123
123
Danger
124
124
</ button >
125
- < button class ="btn btn-outline-gray btn-rounded width-100 mb-xs " role ="button ">
125
+ < button class ="btn btn-outline-gray btn-rounded width-100 mr-3 mb-3 " role ="button ">
126
126
Gray
127
127
</ button >
128
- < button class ="btn btn-outline-inverse btn-rounded width-100 mb-xs " role ="button ">
128
+ < button class ="btn btn-outline-inverse btn-rounded width-100 mb-3 " role ="button ">
129
129
Inverse
130
130
</ button >
131
131
</ p >
@@ -142,14 +142,14 @@ <h5 *widgsterTitle>
142
142
Great for menu & social buttons.
143
143
</ p >
144
144
< p >
145
- < button type ="button " class ="btn btn-info btn-block "> Block Button</ button >
145
+ < button type ="button " class ="btn btn-info btn-block mb-3 "> Block Button</ button >
146
146
</ p >
147
147
< p >
148
- < button type ="button " class ="btn btn-default btn-block "> Show Menu < i
148
+ < button type ="button " class ="btn btn-default btn-block mb-3 "> Show Menu < i
149
149
class ="fa fa-bars "> </ i > </ button >
150
150
</ p >
151
151
< p >
152
- < button type ="button " class ="btn btn-primary btn-block "> < i class ="fa fa-facebook "> </ i > Login mit
152
+ < button type ="button " class ="btn btn-primary btn-block mb-3 "> < i class ="fa fa-facebook "> </ i > Login mit
153
153
Facebook</ button >
154
154
</ p >
155
155
< p >
@@ -167,11 +167,11 @@ <h5 *widgsterTitle>
167
167
Add the < code > .disabled</ code > class to < code > <a></ code > buttons.
168
168
</ p >
169
169
< p >
170
- < button type ="button " class ="btn btn-primary " disabled ="disabled "> Primary button</ button >
170
+ < button type ="button " class ="btn btn-primary mr-3 " disabled ="disabled "> Primary button</ button >
171
171
< button type ="button " class ="btn btn-default " disabled ="disabled "> Button</ button >
172
172
</ p >
173
173
< p >
174
- < a href ="# " class ="btn btn-success btn-sm disabled " role ="button "> Primary link</ a >
174
+ < a href ="# " class ="btn btn-success btn-sm disabled mr-3 " role ="button "> Primary link</ a >
175
175
< a href ="# " class ="btn btn-default btn-sm disabled " role ="button "> Link</ a >
176
176
</ p >
177
177
</ section >
@@ -185,7 +185,7 @@ <h5 *widgsterTitle>
185
185
Group a series of buttons together on a single line with the button group.
186
186
Add on optional JavaScript radio and checkbox style behavior with Bootstrap buttons plugin.
187
187
</ p >
188
- < div class ="btn-group mb-2 ">
188
+ < div class ="btn-group mb-3 ">
189
189
< button type ="button " class ="btn btn-default "> Left</ button >
190
190
< button type ="button " class ="btn btn-default "> Middle</ button >
191
191
< button type ="button " class ="btn btn-default "> Right</ button >
@@ -217,8 +217,8 @@ <h5 *widgsterTitle>
217
217
navbar, tabs, and pills.
218
218
Both solid & segmented dropdown options available.
219
219
</ p >
220
- < div class ="mb-sm ">
221
- < div class ="btn-group dropdown " dropdown >
220
+ < div class ="mb-3 ">
221
+ < div class ="btn-group dropdown mr-3 " dropdown >
222
222
< button id ="dropdown-btn-one " class ="btn btn-danger dropdown-toggle " dropdownToggle >
223
223
One
224
224
</ button >
@@ -231,7 +231,7 @@ <h5 *widgsterTitle>
231
231
</ ul >
232
232
</ div >
233
233
234
- < div class ="btn-group dropdown " dropdown >
234
+ < div class ="btn-group dropdown mr-3 " dropdown >
235
235
< button id ="dropdown-btn-two " class ="btn btn-default btn-sm dropdown-toggle " dropdownToggle >
236
236
One
237
237
< i class ="fa fa-caret-down "> </ i >
@@ -246,7 +246,7 @@ <h5 *widgsterTitle>
246
246
</ div >
247
247
</ div >
248
248
< div >
249
- < div class ="btn-group dropdown " dropdown >
249
+ < div class ="btn-group dropdown mr-3 " dropdown >
250
250
< button id ="dropdown-btn-three " class ="btn btn-default "> Gray</ button >
251
251
< button class ="btn btn-default dropdown-toggle " dropdownToggle >
252
252
</ button >
287
287
Do more with buttons. Control button states or create groups of buttons for more components like toolbars.
288
288
Add < code > data-toggle="buttons"</ code > to a group of checkboxes for checkbox style toggling on btn-group.
289
289
</ p >
290
- < div class ="mb-sm ">
290
+ < div class ="mb-3 ">
291
291
< div class ="btn-group ">
292
292
< label class ="btn btn-default " btnCheckbox [(ngModel)] ="checkboxModel.left ">
293
293
Left way
322
322
Do more with buttons. Control button states or create groups of buttons for more components like toolbars.
323
323
Add < code > data-toggle="buttons"</ code > to a group of radio inputs for radio style toggling on btn-group.
324
324
</ p >
325
- < div class ="mb-sm ">
325
+ < div class ="mb-3 ">
326
326
< div class ="btn-group ">
327
327
< label class ="btn btn-default " btnRadio ="'Left' " [(ngModel)] ="radioModel ">
328
328
Left way
@@ -358,30 +358,30 @@ <h4>
358
358
inputs.
359
359
Let your buttons shine!
360
360
</ p >
361
- < p class ="text-center ">
362
- < button class ="btn btn-default width-100 mb-xs " role ="button ">
361
+ < p class ="mb-0 ">
362
+ < button class ="btn btn-default width-100 mr-3 mb-3 " role ="button ">
363
363
< i class ="glyphicon glyphicon-tree-conifer text-success "> </ i >
364
364
Forest
365
365
</ button >
366
- < button class ="btn btn-default width-100 mb-xs " role ="button ">
366
+ < button class ="btn btn-default width-100 mr-3 mb-3 " role ="button ">
367
367
< i class ="fa fa-check text-danger "> </ i >
368
368
Submit
369
369
</ button >
370
- < button class ="btn btn-default width-100 mb-xs " role ="button ">
370
+ < button class ="btn btn-default width-100 mr-3 mb-3 " role ="button ">
371
371
< i class ="fa fa-facebook text-primary "> </ i >
372
372
Login
373
373
</ button >
374
374
</ p >
375
- < p class ="text-center ">
376
- < button class ="btn btn-default width-100 mb-xs " role ="button ">
375
+ < p class ="">
376
+ < button class ="btn btn-default width-100 mr-3 mb-3 " role ="button ">
377
377
< i class ="fa fa-exclamation text-warning "> </ i >
378
378
Error
379
379
</ button >
380
- < button class ="btn btn-default width-100 mb-xs " role ="button ">
380
+ < button class ="btn btn-default width-100 mr-3 mb-3 " role ="button ">
381
381
< i class ="glyphicon glyphicon-globe text-info "> </ i >
382
382
< span class ="text-info "> Globe</ span >
383
383
</ button >
384
- < button class ="btn btn-default width-100 mb-xs " role ="button ">
384
+ < button class ="btn btn-default width-100 mb-3 " role ="button ">
385
385
< span class ="circle bg-white ">
386
386
< i class ="fa fa-map-marker text-gray "> </ i >
387
387
</ span >
0 commit comments