Improved anime list rendering

This commit is contained in:
2017-12-04 13:23:45 +01:00
parent e8a8e5fb5a
commit 44ff8ab559
3 changed files with 91 additions and 56 deletions

View File

@ -1,27 +1,39 @@
table
mixin table-root
width 100%
max-width table-width-normal
margin 0 auto
tr
mixin table-row
border-bottom-width 1px
border-bottom-style solid
border-bottom-color rgba(0, 0, 0, 0.05)
background-color transparent
:hover
background-color table-row-hover-background
:last-child
border none
td
mixin table-cell
padding 0.5rem 1rem
table
table-root
tr
table-row
td
table-cell
th
font-size 1.2em
text-align left
padding 0.5rem 1rem
font-weight bold
tbody
thead
tr
background-color transparent
:hover
background-color table-row-hover-background
background-color transparent