Added the medium size button (#19912)

This commit is contained in:
Hajrudin
2018-11-01 03:44:55 +01:00
committed by Paul Gamble
parent d5d2c06339
commit a5e86de896

View File

@ -64,6 +64,10 @@ This is a list of the CSS classes for different size of the buttons.
`<button type="button" class="btn btn-lg">Large</button>`
`.btn-md` This is bootstrap's medium button.
`<button type="button" class="btn btn-md">Medium</button>`
`.btn-sm` Bootstrap's small button.
`<button type="button" class="btn btn-sm">Small</button>`