Skip to content
Snippets Groups Projects
Unverified Commit aac82115 authored by Nick's avatar Nick Committed by GitHub
Browse files

Merge pull request #22964 from edx/ndalfonso/AA-date-desc-font-size

AA date description font size
parents 59bb664f f8051f97
Branches
Tags release-2020-01-29-05.11
No related merge requests found
......@@ -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;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment