mirror of
https://github.com/zulip/zulip.git
synced 2026-06-18 21:01:52 +08:00
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:
parent
aa9d5935ae
commit
08dfebafcf
21
web/third/bootstrap/css/bootstrap-btn.css
vendored
21
web/third/bootstrap/css/bootstrap-btn.css
vendored
@ -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%;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user