Skip to content

Commit

Permalink
fix: arrows on sales page back among other ui tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
khoerling committed Oct 9, 2014
1 parent c3a209a commit 9122013
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions component/Sales.styl
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,11 @@ body.scrolled
.down-arrow
position relative
top -50px
transition top .2s ease-out
z-index 9
&:hover
top -48px
transition top 0s
&:hover:before
background-color rgba(150,150,150,.3)
&:before
Expand Down Expand Up @@ -637,7 +641,7 @@ body.scrolled
font-size 18px
margin-left -7px
.arrow
top 99px
top 181px
left -100px
width 100%
height 30px
Expand All @@ -659,9 +663,12 @@ body.scrolled
width 100%
opacity 0
overflow hidden
&#realtime-cloud img
top -10px
left -500px
&#realtime-cloud
.arrow
top 149px
img
top -10px
left -500px
section.last
position relative
z-index 5
Expand Down

0 comments on commit 9122013

Please sign in to comment.