Use shared CSS for portfolio members table

This commit is contained in:
Montana
2019-04-11 14:37:50 -04:00
parent 018eecefc7
commit ce8d219ad9
2 changed files with 48 additions and 41 deletions

View File

@@ -59,8 +59,8 @@
}
}
th, td {
border-bottom: none;
th, td, tr {
border-bottom: 1px dashed $color-gray-lightest;
}
th[scope=rowgroup] {
@@ -77,7 +77,7 @@
}
border-bottom: 1px dashed $color-white;
background-color: $color-blue-light;
background-color: $color-gray-lightest;
}
}
}