mirror of
https://github.com/primer/css.git
synced 2024-11-28 22:01:43 +03:00
font-size:14px => $h5-size
This commit is contained in:
parent
9ffd6b803f
commit
a73f153948
@ -10,7 +10,7 @@
|
||||
|
||||
code {
|
||||
padding: 2px 5px 3px;
|
||||
font-size: 14px;
|
||||
font-size: $h5-size;
|
||||
background: $bg-white;
|
||||
border: 1px solid $border-gray-light;
|
||||
border-radius: 3px;
|
||||
|
@ -196,7 +196,7 @@ input::-webkit-inner-spin-button {
|
||||
.form-warning {
|
||||
padding: 8px 10px;
|
||||
margin: 10px 0;
|
||||
font-size: 14px;
|
||||
font-size: $h5-size;
|
||||
color: $yellow-900;
|
||||
background: $yellow-100;
|
||||
border: 1px solid $border-yellow;
|
||||
|
@ -27,7 +27,7 @@
|
||||
padding: 8px 10px;
|
||||
margin-bottom: 5px;
|
||||
overflow: hidden;
|
||||
font-size: 14px;
|
||||
font-size: $h5-size;
|
||||
color: $text-gray;
|
||||
text-decoration: none;
|
||||
text-overflow: ellipsis;
|
||||
|
@ -17,7 +17,7 @@
|
||||
.tabnav-tab {
|
||||
display: inline-block;
|
||||
padding: 8px 12px;
|
||||
font-size: 14px;
|
||||
font-size: $h5-size;
|
||||
line-height: 20px;
|
||||
color: $gray-600;
|
||||
text-decoration: none;
|
||||
|
Loading…
Reference in New Issue
Block a user