Skip to content

Commit

Permalink
fix: ball-clip-rotate-pulse container size
Browse files Browse the repository at this point in the history
  • Loading branch information
Hokid committed Feb 29, 2020
1 parent 2b8633e commit 61ee79a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/vue-loaders.css
Expand Up @@ -27,16 +27,18 @@

.vue-loaders.ball-clip-rotate-pulse {
transform: none;
width: 30px;
height: 30px;
width: 34px;
height: 34px;
}

.vue-loaders.ball-clip-rotate-pulse > div:first-child {
left: 7px;
left: 9px;
top: 9px;
}

.vue-loaders.ball-clip-rotate-pulse > div:last-child {
left: -2px;
left: 0;
top: 0;
}

.vue-loaders.ball-grid-pulse:before,
Expand Down

0 comments on commit 61ee79a

Please sign in to comment.