mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03:00
Changed everything to be box-sizing: border-box;
This commit is contained in:
parent
2d832ff5ea
commit
cb167da854
25 changed files with 37 additions and 109 deletions
6
vendors/bootstrap/less/buttons.less
vendored
6
vendors/bootstrap/less/buttons.less
vendored
|
|
@ -11,8 +11,8 @@
|
|||
border-radius: 3px;
|
||||
|
||||
display: inline-block;
|
||||
padding: 4px 12px;
|
||||
line-height: 1.43em;
|
||||
padding: 0 12px;
|
||||
line-height: 2em;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
cursor: pointer;
|
||||
|
|
@ -74,10 +74,8 @@
|
|||
// Block button
|
||||
.btn-block {
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue