1
1
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:
Shawn Allen 2017-07-17 16:34:20 -07:00
parent 9ffd6b803f
commit a73f153948
4 changed files with 4 additions and 4 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;