Skip to content

Commit

Permalink
Remove possible sass from css file. Fixes #9 #10 #11 #13 #15 #16 #17
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo Cunha committed Jun 13, 2016
1 parent 1fee91b commit e33d825
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions public/css/404.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,14 @@ body {
margin-left: -200px;
}

$swayspeed: 20s;

.torso404 {
position: absolute;
display: block;
top: 138px;
left: 0px;
width: 389px;
height: 252px;
animation: sway $swayspeed ease infinite;
animation: sway 20s ease infinite;
transform-origin: 50% 100%;
}

Expand All @@ -71,7 +69,7 @@ $swayspeed: 20s;
height: 194px;
background-position: 0px -265px;
transform-origin: 50% 85%;
animation: headTilt $swayspeed ease infinite;
animation: headTilt 20s ease infinite;
}

.eyes404 {
Expand Down

0 comments on commit e33d825

Please sign in to comment.