This commit is contained in:
Jeremy Thomas
2016-06-29 23:59:48 +01:00
parent 02313b85eb
commit 91d04459db
22 changed files with 72 additions and 70 deletions

View File

@@ -1,5 +1,5 @@
.table
background: $white
background-color: $white
color: $text-strong
margin-bottom: 20px
width: 100%
@@ -27,7 +27,7 @@
display: block
padding: 8px 10px
&:hover
background: $link
background-color: $link
color: $link-invert
&.is-narrow
white-space: nowrap
@@ -37,7 +37,7 @@
text-align: left
tr
&:hover
background: $background
background-color: $background
color: $text-strong
thead
td,
@@ -84,8 +84,8 @@
tbody
tr
&:hover
background: darken($background, 2%)
background-color: darken($background, 2%)
&:nth-child(2n)
background: $background
background-color: $background
&:hover
background: darken($background, 2%)
background-color: darken($background, 2%)