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:
@@ -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;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user