Skip to content

Commit

Permalink
add styles to posters
Browse files Browse the repository at this point in the history
  • Loading branch information
grant committed Nov 14, 2014
1 parent 5644fd5 commit 1a7f114
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions client/stylus/pages/app.styl
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,31 @@ body

.overlay
background black
background-color rgba(0,0,0,0.5)
background-color rgba(0,0,0,0.7)
position absolute
overflow auto
width 100%
height 100%
z-index 9999999

.exit-button
position fixed
top 0
right 0
margin 10px
width 70px
height 70px
svg
fill white
width 100%
height 100%

.thumb
float left
max-width 75px
max-height 75px
display inline-block
width 100px
margin 10
height 150px
width 300px
margin 35px
height 450px

.profile
@media phone
Expand Down

0 comments on commit 1a7f114

Please sign in to comment.