1
1
mirror of https://github.com/primer/css.git synced 2024-09-20 13:17:29 +03:00

font-size:16px => $h4-size

This commit is contained in:
Shawn Allen 2017-07-17 16:35:42 -07:00
parent a73f153948
commit c104444932
3 changed files with 3 additions and 3 deletions

View File

@ -63,7 +63,7 @@ label {
// Large inputs
.input-lg {
padding: 4px 10px;
font-size: 16px;
font-size: $h4-size;
}
// Full-width inputs

View File

@ -7,7 +7,7 @@ $margin: 16px;
// includes some GitHub Flavored Markdown specific styling (like @mentions)
.markdown-body {
font-family: $body-font;
font-size: 16px;
font-size: $h4-size;
line-height: $body-line-height;
word-wrap: break-word;

View File

@ -64,7 +64,7 @@
}
.alt-h4 {
font-size: 16px;
font-size: $h4-size;
font-weight: $font-weight-semibold;
}