Renamed anime-grid-title to generic image-title

This commit is contained in:
2018-04-11 23:32:59 +02:00
parent bb6c21dab9
commit e3abcdda41
8 changed files with 34 additions and 34 deletions

View File

@ -0,0 +1,19 @@
.image-title
opacity 0
position absolute
bottom 0
left 0
width 100%
padding 0.7rem 0.5rem
background linear-gradient(to top, hsla(0, 0%, 0%, 0.8), hsla(0, 0%, 0%, 0))
border-bottom-left-radius ui-element-border-radius
border-bottom-right-radius ui-element-border-radius
pointer-events none
default-transition
.image-title-text
text-align center
color white
text-shadow 0 0 3px black
font-size 80%
line-height 1.8em