mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-05 07:27:04 +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
|
|
@ -8,7 +8,7 @@
|
|||
[class^="icon-"],
|
||||
[class*=" icon-"] {
|
||||
display: inline-block;
|
||||
width: 1em;
|
||||
min-width: 1em;
|
||||
|
||||
.disabled &,
|
||||
.btn[disabled] & {
|
||||
|
|
@ -35,8 +35,8 @@
|
|||
|
||||
.icon-spinner {
|
||||
|
||||
height: 0.75em;
|
||||
width: 0.75em;
|
||||
height: 1.2em;
|
||||
width: 1.2em;
|
||||
|
||||
margin: 0 -1px;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue