39 lines
502 B
Plaintext
Raw Normal View History

2017-12-04 13:23:45 +01:00
mixin table-root
2017-06-18 17:44:18 +02:00
width 100%
2017-07-08 21:11:03 +02:00
max-width table-width-normal
2017-07-22 16:31:25 +02:00
margin 0 auto
2017-06-18 17:44:18 +02:00
2017-12-04 13:23:45 +01:00
mixin table-row
2017-06-18 20:25:41 +02:00
border-bottom-width 1px
border-bottom-style solid
border-bottom-color rgba(0, 0, 0, 0.05)
2018-04-08 22:10:45 +02:00
background transparent
2017-12-04 13:23:45 +01:00
:hover
2018-04-08 22:10:45 +02:00
background table-row-hover-background
2017-12-04 13:23:45 +01:00
2017-06-18 20:25:41 +02:00
:last-child
border none
2017-06-18 17:44:18 +02:00
2017-12-04 13:23:45 +01:00
mixin table-cell
2017-06-18 17:44:18 +02:00
padding 0.5rem 1rem
2017-12-04 13:23:45 +01:00
table
table-root
tr
table-row
td
table-cell
2017-06-18 17:44:18 +02:00
th
font-size 1.2em
text-align left
padding 0.5rem 1rem
font-weight bold
2017-12-04 13:23:45 +01:00
thead
2017-06-18 17:44:18 +02:00
tr
2017-11-05 06:56:09 +01:00
:hover
2017-12-04 13:23:45 +01:00
background-color transparent