The bootstrap class .btnhas the following styles:
display: inline-block;
padding: 6px 12px;
margin-bottom: 0px;
font-size: 14px;
font-weight: normal;
line-height: 1.42857;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-moz-user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
When I use a btn-lgclass to increase the size of a button, the following styles apply:
.btn-lg, .btn-group-lg > .btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33333;
border-radius: 6px;
}
, .btn-lg .btn, padding line-height. , . : . line-height 1.33333. -, . , " ". , . , - , - ? , bootstrap line-height: 1.33333; btn-lg, .
.