mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-17 04:59:37 -04:00
23 lines
288 B
SCSS
23 lines
288 B
SCSS
@use "uswds-core" as *;
|
|
|
|
#chartContainer {
|
|
width: 100%;
|
|
}
|
|
|
|
#totalMessageChart {
|
|
width: 100%;
|
|
margin-left: units(-1);
|
|
}
|
|
|
|
#message {
|
|
text-align: left;
|
|
font-size: units(2);
|
|
}
|
|
|
|
.chart-title {
|
|
text-align: left;
|
|
width: 100%;
|
|
font-size: units(3);
|
|
font-weight: bold;
|
|
}
|