mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Cleanup bootstrap css
This commit is contained in:
parent
146f76ad9f
commit
f57955443b
10 changed files with 14 additions and 87 deletions
9
vendors/bootstrap/less/buttons.less
vendored
9
vendors/bootstrap/less/buttons.less
vendored
|
|
@ -65,9 +65,6 @@
|
|||
line-height: normal;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.btn-large [class^="icon-"] {
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
// Small
|
||||
.btn-small {
|
||||
|
|
@ -75,9 +72,6 @@
|
|||
font-size: @baseFontSize - 2px;
|
||||
line-height: @baseLineHeight - 2px;
|
||||
}
|
||||
.btn-small [class^="icon-"] {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
// Block button
|
||||
.btn-block {
|
||||
|
|
@ -87,9 +81,6 @@
|
|||
padding-right: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.btn-block + .btn-block {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
|
||||
// Alternate buttons
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue