mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 08:27:03 +03:00
Cleanup some CSS
This commit is contained in:
parent
5c22933628
commit
88c16f5c40
21 changed files with 17 additions and 60 deletions
7
vendors/bootstrap/less/buttons.less
vendored
7
vendors/bootstrap/less/buttons.less
vendored
|
|
@ -12,7 +12,6 @@
|
|||
|
||||
display: inline-block;
|
||||
padding: 4px 13px;
|
||||
font-size: @baseFontSize;
|
||||
line-height: @baseLineHeight;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
|
|
@ -60,7 +59,7 @@
|
|||
// Large
|
||||
.btn-large {
|
||||
padding: 9px 14px;
|
||||
font-size: @baseFontSize + 3px;
|
||||
font-size: 121%;
|
||||
line-height: normal;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
|
@ -68,8 +67,8 @@
|
|||
// Small
|
||||
.btn-small {
|
||||
padding: 3px 9px;
|
||||
font-size: (@baseFontSize * 0.85);
|
||||
line-height: (@baseLineHeight * 0.85);
|
||||
font-size: 80%;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
// Block button
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue