Skip to content

Commit

Permalink
Blur the enrollment screen during loading
Browse files Browse the repository at this point in the history
  • Loading branch information
shff committed Mar 22, 2018
1 parent a0a0660 commit ab6495a
Show file tree
Hide file tree
Showing 2 changed files with 463 additions and 460 deletions.
3 changes: 2 additions & 1 deletion UI/app/components/elements/spinner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<div class="relative">
<div
v-if="active"
class="absolute fill x2 y2 circle spin m-auto border border-top-silver" />
class="absolute fill x2 y2 z4 circle spin m-auto border
border-top-silver" />
<div
:class="{ blur: active }"
class="ease">
Expand Down
Loading

0 comments on commit ab6495a

Please sign in to comment.