bootstrap: Removed unused CSS from bootstrap-btn.css.

We can remove CSS for btn-large, btn-group-large, btn-small,
btn-group-small, btn-mini and btn-group-mini classes since
we do not use them anywhere.
This commit is contained in:
Sahil Batra 2023-06-27 16:23:15 +05:30 committed by Tim Abbott
parent aa9d5935ae
commit 08dfebafcf

View File

@ -299,27 +299,6 @@ THE SOFTWARE.
color: #999;
text-decoration: none;
}
.btn-large,
.btn-group-large > .btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 0px;
}
.btn-small,
.btn-group-small > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 0px;
}
.btn-mini,
.btn-group-mini > .btn {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 0px;
}
.btn-block {
display: block;
width: 100%;