Skip to content

Commit

Permalink
Merge pull request #3808 from LiskHQ/3755-update-delegate-profile-ui
Browse files Browse the repository at this point in the history
Update delegate profile UI - Closes #3755
  • Loading branch information
reyraa authored Sep 30, 2021
2 parents 58605a7 + a751e48 commit b8b7305
Show file tree
Hide file tree
Showing 28 changed files with 870 additions and 101 deletions.
2 changes: 1 addition & 1 deletion i18n/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@
"Label is too long, Max. 20 characters": "Label is too long, Max. 20 characters",
"Label is too long.": "Label is too long.",
"Last block forged": "Last block forged",
"Last forged block": "Last forged block",
"Last {{num}} blocks": "Last {{num}} blocks",
"Later": "Later",
"Latest votes": "Latest votes",
Expand Down Expand Up @@ -354,6 +353,7 @@
"Priority": "Priority",
"Privacy": "Privacy",
"Privacy policy": "Privacy policy",
"Productivity": "Productivity",
"Provide Feedback": "Provide Feedback",
"Provide a correct amount of {{token}}": "Provide a correct amount of {{token}}",
"Provide a correct wallet address or the name of a bookmarked account": "Provide a correct wallet address or the name of a bookmarked account",
Expand Down
4 changes: 2 additions & 2 deletions src/app/mixins.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@

@define-mixin delegatePerformanceValueFont {
font-family: var(--heading-font);
font-size: 35px;
font-size: 22px;
font-weight: 300;
line-height: 40px;
line-height: 22px;
}
35 changes: 35 additions & 0 deletions src/assets/images/icons/consecutive-missed-blocks-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions src/assets/images/icons/consecutive-missed-blocks.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b8b7305

Please sign in to comment.