mirror of
https://github.com/primer/css.git
synced 2024-12-01 12:42:32 +03:00
font-size:16px => $h4-size
This commit is contained in:
parent
a73f153948
commit
c104444932
@ -63,7 +63,7 @@ label {
|
||||
// Large inputs
|
||||
.input-lg {
|
||||
padding: 4px 10px;
|
||||
font-size: 16px;
|
||||
font-size: $h4-size;
|
||||
}
|
||||
|
||||
// Full-width inputs
|
||||
|
@ -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;
|
||||
|
||||
|
@ -64,7 +64,7 @@
|
||||
}
|
||||
|
||||
.alt-h4 {
|
||||
font-size: 16px;
|
||||
font-size: $h4-size;
|
||||
font-weight: $font-weight-semibold;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user