mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-16 11:20:12 -04:00
Make ‘by month’ heading bold on usage
So that it has the same visual weight as the other headings of the same level (ie ‘Emails’ and ‘Text messages’).
This commit is contained in:
@@ -208,9 +208,19 @@ details summary {
|
||||
|
||||
.body-copy-table {
|
||||
|
||||
table th,
|
||||
table td {
|
||||
@include core-19;
|
||||
table {
|
||||
|
||||
th,
|
||||
td {
|
||||
@include core-19;
|
||||
}
|
||||
|
||||
thead {
|
||||
th {
|
||||
@include bold-19;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user