Skip to content

Commit

Permalink
refactor: replace font weight 600
Browse files Browse the repository at this point in the history
  • Loading branch information
1emu committed Jun 29, 2023
1 parent 6952a6a commit fbf28f5
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion src/components/Delegation/DelegatesTable.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ thead.DelegatesTable__Header > tr > th span {

.DelegatesTable .DelegatesTable__Header tr th {
font-style: normal !important;
font-weight: 600 !important;
font-weight: var(--weight-semi-bold) !important;
font-size: 11px !important;
line-height: 18px !important;
text-transform: uppercase !important;
Expand Down
2 changes: 1 addition & 1 deletion src/components/Delegation/VotingPowerListModal.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
min-height: 36px !important;
margin: 0 0 10px 0 !important;
font-size: 20px !important;
font-weight: 600 !important;
font-weight: var(--weight-semi-bold) !important;
line-height: 36px !important;
}

Expand Down
2 changes: 1 addition & 1 deletion src/components/GrantRequest/AddModal.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

.AddModal__Title {
font-style: normal !important;
font-weight: 600 !important;
font-weight: var(--weight-semi-bold) !important;
font-size: 17px !important;
line-height: 26px !important;
letter-spacing: -0.2px !important;
Expand Down
2 changes: 1 addition & 1 deletion src/components/Grants/GrantCard/CliffProgress.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}

.CliffProgress__EnactedDate {
font-weight: 600 !important;
font-weight: var(--weight-semi-bold) !important;
}

@media (min-width: 425px) {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Grants/GrantCard/VestingProgress.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
}

.VestingProgress__VestedDate {
font-weight: 600 !important;
font-weight: var(--weight-semi-bold) !important;
}

.VestingProgress__Ellipsis {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Home/MainBanner.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
align-items: center !important;
height: 40px !important;
padding: 0 !important;
font-weight: 600 !important;
font-weight: var(--weight-semi-bold) !important;
font-size: 15px !important;
line-height: 18px !important;
border: 2px solid var(--white-900) !important;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.header.AccountConnection__Header {
text-align: center;
font-style: normal;
font-weight: 600 !important;
font-weight: var(--weight-semi-bold) !important;
font-size: 17px !important;
line-height: 26px !important;
letter-spacing: -0.2px;
Expand Down
4 changes: 2 additions & 2 deletions src/components/Modal/IdentityConnectModal/PostConnection.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}

.PostConnection__TextStrong {
font-weight: 600 !important;
font-weight: var(--weight-semi-bold) !important;
font-size: 17px !important;
line-height: 26px !important;
letter-spacing: -0.2px !important;
Expand All @@ -52,7 +52,7 @@
}

.PostConnection__SubtextStrong {
font-weight: 600 !important;
font-weight: var(--weight-semi-bold) !important;
}

.PostConnection__Action .ui.primary.button {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Modal/Votes/VotingModal/VotingModal.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

.VotingModal__SkipAndCast {
text-transform: none !important;
font-weight: 600 !important;
font-weight: var(--weight-semi-bold) !important;
margin-left: 22px !important;
padding-left: 0 !important;
text-align: left !important;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
min-height: 36px !important;
margin: 0 0 10px 0 !important;
font-size: 20px !important;
font-weight: 600 !important;
font-weight: var(--weight-semi-bold) !important;
line-height: 36px !important;
}

Expand Down
2 changes: 1 addition & 1 deletion src/components/Proposal/View/ProposalProcess.css
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@

.ProposalProcess___StatusTextStrong {
line-height: 12px !important;
font-weight: 600 !important;
font-weight: var(--weight-semi-bold) !important;
letter-spacing: 0 !important;
}

Expand Down
2 changes: 1 addition & 1 deletion src/components/User/UserVpBox.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.UserVpBox__VotingPower {
font-weight: 600 !important;
font-weight: var(--weight-semi-bold) !important;
font-size: 28px !important;
line-height: 24px !important;
}
2 changes: 1 addition & 1 deletion src/pages/proposal.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
.ProposalDetailPage__Description__Title {
font-size: 13px !important;
text-transform: uppercase;
font-weight: 600 !important;
font-weight: var(--weight-semi-bold) !important;
color: var(--black-600) !important;
}

Expand Down

0 comments on commit fbf28f5

Please sign in to comment.