Skip to content

Commit

Permalink
fix: square-spin container size
Browse files Browse the repository at this point in the history
  • Loading branch information
Hokid committed Feb 29, 2020
1 parent 2b57767 commit 2647ee5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/vue-loaders.css
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,10 @@
margin: 0;
}

.vue-loaders.square-spin {
padding: 9px;
}

.vue-loaders.square-spin > div {
border: 0;
}

0 comments on commit 2647ee5

Please sign in to comment.