Created
December 26, 2018 17:14
-
-
Save tieutantan/b9125505db706dcd3dfffe0bfbec5f54 to your computer and use it in GitHub Desktop.
Custom btn-xs on Bootstrap 4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* docs - https://github.com/twbs/bootstrap/issues/21881#issuecomment-341972830 */ | |
.btn-group-xs > .btn, .btn-xs { | |
padding : .25rem .4rem; | |
font-size : .875rem; | |
line-height : .5; | |
border-radius : .2rem; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment