mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 02:13: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 {
|
.body-copy-table {
|
||||||
|
|
||||||
table th,
|
table {
|
||||||
table td {
|
|
||||||
@include core-19;
|
th,
|
||||||
|
td {
|
||||||
|
@include core-19;
|
||||||
|
}
|
||||||
|
|
||||||
|
thead {
|
||||||
|
th {
|
||||||
|
@include bold-19;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user