Skip to content

Commit

Permalink
fix tab icons and dashboard card shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
ashisherc committed Jan 26, 2021
1 parent 76f5a3f commit aa20ace
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 64 deletions.
35 changes: 5 additions & 30 deletions app/assets/images/wallet-nav/tab-dashboard.inline.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 6 additions & 32 deletions app/assets/images/wallet-nav/tab-delegation_list.inline.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/components/wallet/staking/dashboard/CardShadow.scss
Expand Up @@ -15,6 +15,6 @@
background-color: var(--theme-main-body-background-color);
flex: 1;
border-radius: 6px;
box-shadow: 0 10px 20px 0 var(--theme-dashboard-card-shadow-color);
box-shadow: 0 3px 10px 2px var(--theme-dashboard-card-shadow-color);
border: 1px solid var(--theme-dashboard-card-border-color);
}
2 changes: 1 addition & 1 deletion app/components/wallet/staking/dashboard/UserSummary.scss
Expand Up @@ -112,7 +112,7 @@
padding: 20px 20px;
flex: 1;
border-radius: 6px;
box-shadow: 0px 0px 7px 3px var(--theme-dashboard-card-shadow-color);
box-shadow: 0px 3px 10px 2px var(--theme-dashboard-card-shadow-color);
position: relative;
overflow: hidden;

Expand Down

0 comments on commit aa20ace

Please sign in to comment.