Never use header font-size without weight and line-height

Add specific weight vars for h1, h2, h3.

Change-Id: Icd6ab409b2f4d4519e23eb5b4f648bac8c2a8b50
This commit is contained in:
Ben Rohlfs
2020-02-18 13:26:25 +01:00
parent ae70829141
commit 4220f980cc
12 changed files with 32 additions and 6 deletions

View File

@@ -92,6 +92,8 @@ limitations under the License.
display: flex;
flex: 1;
font-size: var(--font-size-h3);
font-weight: var(--font-weight-h3);
line-height: var(--line-height-h3);
}
.changeNumberColon {
color: transparent;
@@ -299,6 +301,8 @@ limitations under the License.
.headerTitle {
flex-wrap: wrap;
font-size: var(--font-size-h3);
font-weight: var(--font-weight-h3);
line-height: var(--line-height-h3);
}
.desktop {
display: none;

View File

@@ -44,6 +44,8 @@ limitations under the License.
#title {
display: inline-block;
font-size: var(--font-size-h3);
font-weight: var(--font-weight-h3);
line-height: var(--line-height-h3);
margin-top: var(--spacing-xs);
}
#filterInput {