Merge pull request #7764 from shivapoudel/mixins
Tweaks for scss mixins
This commit is contained in:
commit
8ca2f507b2
|
@ -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
Loading…
Reference in New Issue