Skip to content
Snippets Groups Projects
Commit 82c002eb authored by Dimitrie Hoekstra's avatar Dimitrie Hoekstra Committed by Annabel Dunstone Gray
Browse files

Changed all font-weight values to 400 and 600

parent c1f12ff5
No related branches found
No related tags found
No related merge requests found
Showing
with 47 additions and 47 deletions
Loading
Loading
@@ -78,7 +78,7 @@
&.s60 { font-size: 32px; line-height: 58px; }
&.s70 { font-size: 34px; line-height: 70px; }
&.s90 { font-size: 36px; line-height: 88px; }
&.s110 { font-size: 40px; line-height: 108px; font-weight: 300; }
&.s110 { font-size: 40px; line-height: 108px; font-weight: $gl-font-weight-normal; }
&.s140 { font-size: 72px; line-height: 138px; }
&.s160 { font-size: 96px; line-height: 158px; }
}
Loading
Loading
.badge {
font-weight: normal;
font-weight: $gl-font-weight-normal;
background-color: $badge-bg;
color: $badge-color;
vertical-align: baseline;
Loading
Loading
Loading
Loading
@@ -8,7 +8,7 @@
text-align: center;
padding: 20px;
color: $gl-text-color;
font-weight: normal;
font-weight: $gl-font-weight-normal;
font-size: 14px;
line-height: 36px;
 
Loading
Loading
@@ -213,7 +213,7 @@
 
h1 {
display: inline;
font-weight: normal;
font-weight: $gl-font-weight-normal;
font-size: 24px;
color: $gl-text-color;
}
Loading
Loading
@mixin btn-default {
border-radius: 3px;
font-size: $gl-font-size;
font-weight: 400;
font-weight: $gl-font-weight-normal;
padding: $gl-vert-padding $gl-btn-padding;
 
&:focus,
Loading
Loading
Loading
Loading
@@ -52,13 +52,13 @@
.pika-label {
color: $gl-text-color-secondary;
font-size: 14px;
font-weight: normal;
font-weight: $gl-font-weight-normal;
}
 
th {
padding: 2px 0;
color: $note-disabled-comment-color;
font-weight: normal;
font-weight: $gl-font-weight-normal;
text-transform: lowercase;
border-top: 1px solid $calendar-border-color;
}
Loading
Loading
@@ -88,7 +88,7 @@
.is-today {
.pika-day {
color: inherit;
font-weight: normal;
font-weight: $gl-font-weight-normal;
}
}
 
Loading
Loading
Loading
Loading
@@ -36,12 +36,12 @@
color: $common-gray;
font-size: 14px;
margin-bottom: 12px;
font-weight: normal;
font-weight: $gl-font-weight-normal;
line-height: 24px;
}
 
.bold {
font-weight: 600;
font-weight: $gl-font-weight-bold;
}
 
.tab-content {
Loading
Loading
@@ -89,7 +89,7 @@ hr {
}
}
 
.item-title { font-weight: 600; }
.item-title { font-weight: $gl-font-weight-bold; }
 
/** FLASH message **/
.author_link,
Loading
Loading
@@ -118,18 +118,18 @@ table a code {
span.update-author {
display: block;
color: $update-author-color;
font-weight: normal;
font-weight: $gl-font-weight-normal;
font-style: italic;
 
strong {
font-weight: bold;
font-weight: $gl-font-weight-bold;
font-style: normal;
}
}
 
.user-mention {
color: $user-mention-color;
font-weight: bold;
font-weight: $gl-font-weight-bold;
}
 
.field_with_errors {
Loading
Loading
@@ -222,7 +222,7 @@ li.note {
text-align: center;
background: $error-bg;
color: $white-light;
font-weight: bold;
font-weight: $gl-font-weight-bold;
 
a {
color: $white-light;
Loading
Loading
@@ -339,7 +339,7 @@ table {
.header-with-avatar {
h3 {
margin: 0;
font-weight: bold;
font-weight: $gl-font-weight-bold;
}
 
.username {
Loading
Loading
Loading
Loading
@@ -195,7 +195,7 @@
margin-top: 2px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
font-weight: $gl-font-weight-normal;
padding: 8px 0;
background-color: $white-light;
border: 1px solid $dropdown-border-color;
Loading
Loading
@@ -268,7 +268,7 @@
}
 
.dropdown-bold-header {
font-weight: 600;
font-weight: $gl-font-weight-bold;
line-height: 22px;
padding: 0 16px;
}
Loading
Loading
@@ -432,7 +432,7 @@
 
.dropdown-menu-user-full-name {
display: block;
font-weight: 500;
font-weight: $gl-font-weight-normal;
line-height: 16px;
text-overflow: ellipsis;
overflow: hidden;
Loading
Loading
@@ -468,7 +468,7 @@
 
&.is-indeterminate,
&.is-active {
font-weight: 600;
font-weight: $gl-font-weight-bold;
color: $gl-text-color;
 
&::before {
Loading
Loading
@@ -502,7 +502,7 @@
position: relative;
padding: 2px 25px 10px;
margin: 0 10px 10px;
font-weight: 600;
font-weight: $gl-font-weight-bold;
line-height: 1;
text-align: center;
text-overflow: ellipsis;
Loading
Loading
@@ -685,7 +685,7 @@
.dropdown-menu-inner-title {
display: block;
color: $gl-text-color;
font-weight: 600;
font-weight: $gl-font-weight-bold;
}
 
.dropdown-menu-inner-content {
Loading
Loading
Loading
Loading
@@ -371,7 +371,7 @@
}
 
> .value {
font-weight: 600;
font-weight: $gl-font-weight-bold;
}
}
 
Loading
Loading
@@ -452,7 +452,7 @@
 
.dropdown-light-content {
font-size: 14px;
font-weight: 400;
font-weight: $gl-font-weight-normal;
}
 
.dropdown-user {
Loading
Loading
Loading
Loading
@@ -25,7 +25,7 @@
a.flash-action {
margin-left: 5px;
text-decoration: none;
font-weight: normal;
font-weight: $gl-font-weight-normal;
border-bottom: 1px solid;
 
&:hover {
Loading
Loading
Loading
Loading
@@ -32,7 +32,7 @@ label {
}
 
&.label-light {
font-weight: 600;
font-weight: $gl-font-weight-bold;
}
}
 
Loading
Loading
@@ -73,7 +73,7 @@ label {
margin-right: 0;
 
.control-label {
font-weight: bold;
font-weight: $gl-font-weight-bold;
padding-top: 4px;
}
 
Loading
Loading
@@ -157,7 +157,7 @@ label {
 
.form-group .control-label,
.form-group .control-label-full-width {
font-weight: normal;
font-weight: $gl-font-weight-normal;
}
 
.form-control::-webkit-input-placeholder {
Loading
Loading
Loading
Loading
@@ -160,7 +160,7 @@ header {
 
li {
&.active a {
font-weight: bold;
font-weight: $gl-font-weight-bold;
}
}
}
Loading
Loading
@@ -250,7 +250,7 @@ header {
font-size: 18px;
line-height: 22px;
display: inline-block;
font-weight: normal;
font-weight: $gl-font-weight-normal;
color: $gl-text-color;
vertical-align: top;
white-space: nowrap;
Loading
Loading
@@ -326,7 +326,7 @@ header {
.badge {
position: inherit;
top: -8px;
font-weight: normal;
font-weight: $gl-font-weight-normal;
margin-left: -11px;
font-size: 11px;
color: $white-light;
Loading
Loading
Loading
Loading
@@ -113,7 +113,7 @@ ul.content-list {
}
 
.title {
font-weight: 600;
font-weight: $gl-font-weight-bold;
}
 
a {
Loading
Loading
@@ -212,7 +212,7 @@ ul.content-list {
}
 
.row-title {
font-weight: 600;
font-weight: $gl-font-weight-bold;
}
 
.row-second-line {
Loading
Loading
Loading
Loading
@@ -43,7 +43,7 @@
background: $gray-light;
 
a {
font-weight: 600;
font-weight: $gl-font-weight-bold;
}
}
 
Loading
Loading
Loading
Loading
@@ -8,7 +8,7 @@
}
 
.text-danger {
font-weight: bold;
font-weight: $gl-font-weight-bold;
}
}
 
Loading
Loading
Loading
Loading
@@ -70,7 +70,7 @@
&.active a {
border-bottom: 2px solid $link-underline-blue;
color: $black;
font-weight: 600;
font-weight: $gl-font-weight-bold;
 
.badge {
color: $black;
Loading
Loading
@@ -352,7 +352,7 @@
z-index: 300;
 
li.active {
font-weight: bold;
font-weight: $gl-font-weight-bold;
}
}
}
Loading
Loading
Loading
Loading
@@ -43,7 +43,7 @@
.commit-committer-link,
.commit-author-link {
color: $gl-text-color;
font-weight: bold;
font-weight: $gl-font-weight-bold;
}
 
.commit-info {
Loading
Loading
Loading
Loading
@@ -76,7 +76,7 @@
}
 
.select2-results li.select2-result-with-children > .select2-result-label {
font-weight: 600;
font-weight: $gl-font-weight-bold;
color: $gl-text-color;
}
 
Loading
Loading
@@ -227,7 +227,7 @@
}
 
.group-name {
font-weight: bold;
font-weight: $gl-font-weight-bold;
}
 
.group-path {
Loading
Loading
@@ -252,12 +252,12 @@
.namespace-result {
.namespace-kind {
color: $namespace-kind-color;
font-weight: normal;
font-weight: $gl-font-weight-normal;
}
 
.namespace-path {
margin-left: 10px;
font-weight: bolder;
font-weight: $gl-font-weight-bold;
}
}
 
Loading
Loading
@@ -283,7 +283,7 @@
padding: 0 1px;
 
.select2-match {
font-weight: bold;
font-weight: $gl-font-weight-bold;
text-decoration: none;
}
 
Loading
Loading
Loading
Loading
@@ -30,7 +30,7 @@
 
.snippet-title {
font-size: 24px;
font-weight: 600;
font-weight: $gl-font-weight-bold;
}
 
.snippet-edited-ago {
Loading
Loading
Loading
Loading
@@ -32,7 +32,7 @@ table {
 
th {
background-color: $gray-light;
font-weight: normal;
font-weight: $gl-font-weight-normal;
border-bottom: none;
 
&.wide {
Loading
Loading
Loading
Loading
@@ -103,7 +103,7 @@ summary {
padding: 4px 5px;
font-size: 12px;
font-style: normal;
font-weight: normal;
font-weight: $gl-font-weight-normal;
display: inline-block;
 
&.label-gray {
Loading
Loading
@@ -165,7 +165,7 @@ summary {
.panel-heading {
padding: 6px 15px;
font-size: 13px;
font-weight: normal;
font-weight: $gl-font-weight-normal;
 
a {
color: $panel-heading-link-color;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment