Skip to content

Commit

Permalink
Update loader-disk size
Browse files Browse the repository at this point in the history
  • Loading branch information
jolaleye committed Apr 27, 2019
1 parent 41e9d32 commit 26cd566
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions effects/loader-disk.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

<style scoped>
div {
width: 3em;
height: 4em;
width: 2.5em;
height: 3em;
border: 3px solid transparent;
border-top-color: #fc2f70;
border-bottom-color: #fc2f70;
Expand All @@ -15,7 +15,7 @@ div {
@keyframes spin-stretch {
50% {
transform: rotate(360deg) scale(0.33, 0.25);
transform: rotate(360deg) scale(0.4, 0.33);
border-width: 8px;
}
100% {
Expand Down

0 comments on commit 26cd566

Please sign in to comment.