mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 00:20:43 -04:00
Use SASS var for border colour and correct closing tbody tag
This commit is contained in:
@@ -165,8 +165,8 @@
|
||||
|
||||
|
||||
.table-row-group {
|
||||
border-top: 1px solid #BFC1C3;
|
||||
border-bottom: 1px solid #BFC1C3;
|
||||
border-top: 1px solid $border-colour;
|
||||
border-bottom: 1px solid $border-colour;
|
||||
}
|
||||
|
||||
.table-empty-message {
|
||||
|
||||
Reference in New Issue
Block a user