Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/workflows refactoring #112

Merged
merged 6 commits into from
Mar 27, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixing spinner
  • Loading branch information
just-at-uber committed Mar 25, 2020
commit 828a4fb350dd29ec02ab9025e60933df10c7da64
2 changes: 1 addition & 1 deletion client/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ area-loader, section.loading
height size
border-radius size
left "calc(50% - %s)" % (size/2)
top "calc(25% - %s)" % (size/2)
top 300px;
border 3px solid uber-blue
border-bottom-color transparent
animation spin 800ms linear infinite
Expand Down