Started working on episode pages

This commit is contained in:
2017-12-04 21:07:13 +01:00
parent 8556714228
commit 5357d669cf
7 changed files with 72 additions and 20 deletions

View File

@ -4,18 +4,21 @@
> 700px
.episodes
horizontal-wrap
justify-content space-around
.episode
ui-element
vertical
button-hover
flex 0
flex-basis 150px
flex-basis 200px
margin 0.5rem
padding 0.5rem
overflow hidden
border-radius ui-element-border-radius
color text-color
// :hover
// background-color table-row-hover-background
:hover
color text-color
background-color reverse-light-hover-color
.episode-number
display flex
@ -33,13 +36,9 @@
.episode-airing-date-start
display flex
justify-content center
font-size 0.8rem
font-size 0.7rem
opacity 0.6
< 800px
.episode-airing-date-start
display none
< 320px
.episode-actions
display none