Skip to content

Commit

Permalink
Fix: Fix background style
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Press committed Feb 13, 2019
1 parent 72b1554 commit 8e4b95d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/_loading.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
$spinner-size: 30px;

@mixin spinner() {
background: url('icons/loading.gif') center $spinner-size $spinner-size no-repeat;
background: url('icons/loading.gif') center no-repeat;
background-size: $spinner-size $spinner-size;
}

@keyframes box-crawler {
Expand Down

0 comments on commit 8e4b95d

Please sign in to comment.