AA date description font size

- make the font size of the description in the date widget the
  same as the title.
This commit is contained in:
Nicholas D'Alfonso
2020-01-28 14:01:24 -05:00
parent d5d7de9a06
commit f8051f970b

View File

@@ -462,14 +462,6 @@ button.accordion-trigger, button.prerequisite-button {
justify-content: space-between;
padding: $baseline/2 $baseline/2 $baseline/2 0;
.heading {
font-size: 0.9rem;
font: -apple-system-body;
line-height: 1;
font-weight: $font-bold;
color: theme-color("dark");
}
.left-column {
flex: 5%;
@@ -490,11 +482,22 @@ button.accordion-trigger, button.prerequisite-button {
margin-bottom: 8px;
}
.heading {
font: -apple-system-body;
line-height: 1;
font-weight: $font-bold;
color: theme-color("dark");
}
.description {
margin-bottom: $baseline/2;
display: inline-block;
}
.heading, .description {
font-size: 0.9rem;
}
.date-summary-link {
font-weight: $font-semibold;