mirror of
https://github.com/primer/css.git
synced 2024-12-01 12:42:32 +03:00
font-weight:normal => $font-weight-normal
This commit is contained in:
parent
946651498a
commit
e2537e3677
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user