Update table styles

This commit is contained in:
Kelly Dwan 2019-11-22 17:20:07 -05:00
parent 725fdbb94b
commit dae8026335
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D

View file

@ -76,7 +76,32 @@
td * {
vertical-align: middle;
}
thead {
background-color: #fff;
color: inherit;
th {
border-bottom-color: $color-gray-light-700;
}
}
tr > * {
border-top-color: $color-gray-light-700;
&:first-child {
border-left-color: $color-gray-light-700;
}
&:last-child {
border-right-color: $color-gray-light-700;
}
}
tr:last-child > * {
border-bottom-color: $color-gray-light-700;
}
.avatar {
margin-right: 8px;
}