mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 15:07:02 +03:00
Added autoprefixer + csslint
This commit is contained in:
parent
5009546a91
commit
39255ae061
30 changed files with 218 additions and 1038 deletions
|
|
@ -70,14 +70,6 @@
|
|||
line-height: 20px;
|
||||
}
|
||||
|
||||
@-webkit-keyframes rotation {
|
||||
to {-webkit-transform: rotate(1turn);}
|
||||
}
|
||||
|
||||
@-moz-keyframes rotation {
|
||||
to {-moz-transform: rotate(1turn);}
|
||||
}
|
||||
|
||||
@keyframes rotation {
|
||||
to {transform: rotate(1turn);}
|
||||
}
|
||||
|
|
@ -87,13 +79,8 @@
|
|||
height: 16px;
|
||||
|
||||
&:before {
|
||||
|
||||
-webkit-transform-origin: 8px 8px;
|
||||
-moz-transform-origin: 8px 8px;
|
||||
transform-origin: 8px 8px;
|
||||
|
||||
margin-top: 1px;
|
||||
|
||||
display: inline-block;
|
||||
font-size: 16px;
|
||||
line-height: 100%;
|
||||
|
|
@ -113,7 +100,5 @@ html.no-cssanimations .icon-spinner {
|
|||
}
|
||||
|
||||
html.cssanimations .icon-spinner.animated:before {
|
||||
-webkit-animation: rotation 1s infinite steps(40);
|
||||
-moz-animation: rotation 1s infinite steps(40);
|
||||
animation: rotation 1s infinite steps(40);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue