Improved episodes style

This commit is contained in:
Eduard Urbach 2017-12-04 22:06:43 +01:00
parent 00996de045
commit f03df2b6ac

View File

@ -8,24 +8,24 @@
.episode .episode
vertical vertical
ui-element
button-hover
flex 0 flex 0
flex-basis 190px flex-basis 190px
margin 0.5rem margin 0.5rem
padding 0.5rem padding 0.5rem
overflow hidden overflow hidden
border ui-border
border-radius ui-element-border-radius
color text-color color text-color
box-shadow shadow-light box-shadow shadow-light
[data-available="false"] [data-available="false"]
:hover
color text-color
background ui-background
&.mounted &.mounted
opacity 0.25 !important opacity 0.25 !important
:hover
color text-color
background-color reverse-light-hover-color
.episode-number .episode-number
display flex display flex
justify-content center justify-content center