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

font-weight:normal => $font-weight-normal

This commit is contained in:
Shawn Allen 2017-07-17 16:54:18 -07:00
parent 946651498a
commit e2537e3677
4 changed files with 5 additions and 5 deletions

View File

@ -118,7 +118,7 @@ label {
display: block;
margin: 0;
font-size: $font-size-small;
font-weight: normal;
font-weight: $font-weight-normal;
color: $gray-600;
}
}

View File

@ -136,7 +136,7 @@
padding: 5px 8px;
margin: $spacer-1 0 0;
font-size: 13px;
font-weight: normal;
font-weight: $font-weight-normal;
border-style: solid;
border-width: 1px;
border-radius: 3px;

View File

@ -235,7 +235,7 @@ dl.form-group > dd {
}
.drag-and-drop-error-info {
font-weight: normal;
font-weight: $font-weight-normal;
color: $text-gray;
a {
@ -368,7 +368,7 @@ div.composer {
h2.account {
margin: 15px 0 0;
font-size: 18px;
font-weight: normal;
font-weight: $font-weight-normal;
color: $gray-600;
}

View File

@ -42,7 +42,7 @@
.Label--outline {
margin-top: -1px; // offsets the 1px border
margin-bottom: -1px; // offsets the 1px border
font-weight: normal;
font-weight: $font-weight-normal;
color: $text-gray;
background-color: transparent;
border: 1px solid $black-fade-15;