Skip to content

Commit

Permalink
Update font weight values to variables
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxStalker committed Apr 12, 2019
1 parent 005c62f commit d5de5ce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions app/assets/v2/css/gitcoin.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ h4,
}

.minihero__title{
font-weight: 300;
font-size: 2rem;
font-weight: var(--fw-light);
font-size: var(--fs-title-xl);
color: var(--gc-green);
}

Expand Down Expand Up @@ -359,7 +359,7 @@ div.button-pink {
}

.dash-filter-label {
font-weight: 300;
font-weight: var(--fw-light);
font-size: 0.9rem;
letter-spacing: 0.1em;
}
Expand Down Expand Up @@ -468,7 +468,7 @@ div.button-pink {
border: 1px solid #eee;
outline: none;
padding-left: 10px;
font-weight: 300;
font-weight: var(--fw-light);
}

.gc-border-black {
Expand All @@ -493,7 +493,7 @@ div.button-pink {
border: 1px solid #eee;
outline: none;
padding-left: 10px;
font-weight: 300;
font-weight: var(--fw-light);
}

.dash-link {
Expand Down
10 changes: 5 additions & 5 deletions app/assets/v2/css/results.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
.content-block__title {
color: var(--gc-black);
font-size: 32px;
font-weight: 700;
font-weight: var(--fw-bold);
margin-bottom: 1em;
}

Expand Down Expand Up @@ -98,7 +98,7 @@
color: var(--gc-light-violet);
font-size: 20px;
margin-bottom: 10px;
font-weight: 700;
font-weight: var(--fw-bold);
}

.promo-text {
Expand Down Expand Up @@ -178,7 +178,7 @@ p.single-stat__fineprint {

.bounty-list-title {
font-size: 32px;
font-weight: 700;
font-weight: var(--fw-bold);
margin-bottom: 1em;
}

Expand All @@ -199,7 +199,7 @@ p.single-stat__fineprint {
}

.single-bounty__title {
font-weight: 700;
font-weight: var(--fw-bold);
font-size: 18px;
margin-bottom: 4px;
color: var(--gc-dark-violet);
Expand All @@ -213,7 +213,7 @@ p.single-stat__fineprint {
}

.single-bounty__payout {
font-weight: 700;
font-weight: var(--fw-bold);
font-size: 20px;
color: var(--gc-blue);
}
Expand Down

0 comments on commit d5de5ce

Please sign in to comment.