39 lines
502 B
Plaintext
Raw Permalink Normal View History

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