bootstrap: Remove bootstrap CSS for ".checkbox" selector.

We use "checkbox" class for label elements. We have already
added the CSS for these elements in components.css and thus
we can remove this CSS from bootstrap.css.
This commit is contained in:
Sahil Batra
2023-02-28 21:28:08 +05:30
committed by Tim Abbott
parent be5ddfa629
commit 558e97eec1

View File

@@ -593,10 +593,6 @@ input:-ms-input-placeholder {
input::-webkit-input-placeholder {
color: #999999;
}
.checkbox {
min-height: 20px;
padding-left: 20px;
}
.input-large {
width: 210px;
}