mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-16 11:20:12 -04:00
Merge pull request #1175 from alphagov/bold-by-month
Make ‘by month’ heading bold on usage
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