Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Adding bounce to tumbleweeds on error screen
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzimon committed Sep 7, 2018
1 parent b43f769 commit 6bbba9f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/templates/error.hbs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<div class="gh-view">

<section class="flex flex-column items-center flex-grow justify-center h-100">
<div class="relative error-background">
<section class="flex flex-column items-center flex-grow justify-center h-100 nt10">
<div class="absolute error-background nudge-right--5">
{{svg-jar "desert" class="error-background absolute"}}
{{svg-jar "tumbleweed" class="w6 h6 absolute tw2"}}
{{svg-jar "tumbleweed" class="w11 h11 absolute tw1"}}
<div class="traveler-1">{{svg-jar "tumbleweed" class="w6 h6 absolute bouncer-1"}}</div>
<div class="traveler-2">{{svg-jar "tumbleweed" class="w11 h11 absolute bouncer-2"}}</div>
</div>
<div class="pt10 tc">
<div class="absolute mt50 tc">
<h1 class="midlightgrey error-code-size fw6">{{code}}</h1>
<h2 class="midlightgrey f4 fw3">{{message}}</h2>
</div>
Expand Down

0 comments on commit 6bbba9f

Please sign in to comment.