Use shared CSS for portfolio members table
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user