Merge pull request #7764 from shivapoudel/mixins

Tweaks for scss mixins
This commit is contained in:
James Koster 2015-03-23 14:12:10 +00:00
commit 8ca2f507b2
4 changed files with 4 additions and 6 deletions

View File

@ -227,10 +227,8 @@
margin-left: -.5em;
margin-top: -.5em;
display: block;
-webkit-animation: spin 1s ease-in-out infinite;
-moz-animation: spin 1s ease-in-out infinite;
animation: spin 1s ease-in-out infinite;
content: "";
@include animation( spin 1s ease-in-out infinite );
background: url(../images/icons/loader.svg) center center;
background-size: cover;
line-height: 1;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long