Skip to content

Commit

Permalink
clean up drop-shows @ create new wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
lopezi committed May 29, 2024
1 parent e222a50 commit 1515b7d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/aoWebWallet/Shared/AddGenerateWalletComponent.razor
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@inject ISnackbar Snackbar
@inject NavigationManager NavigationManager

<MudPaper Class="pa-8 trigger-transparency">
<MudPaper Elevation="0" Class="pa-8 trigger-transparency">
<MudStack Spacing="2">

<MudFocusTrap Disabled="@Disabled" DefaultFocus="@DefaultFocus">
Expand Down
2 changes: 1 addition & 1 deletion src/aoWebWallet/Shared/AddUploadWalletComponent.razor
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@inject NavigationManager NavigationManager


<MudPaper Class="pa-8 trigger-transparency">
<MudPaper Elevation="0" Class="pa-8 trigger-transparency">
<MudStack Spacing="2">
@* <MudText Class="d-flex justify-center" Typo="Typo.button">Load .json wallet</MudText>
<MudDivider /> *@
Expand Down
6 changes: 3 additions & 3 deletions src/aoWebWallet/Shared/AddWalletComponent.razor
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<MudContainer Class="px-8" MaxWidth="MaxWidth.ExtraExtraLarge">
<MudGrid>
<MudItem xs="12" md="12" lg="4">
<MudPaper Elevation="2" Class="pa-4 border-radius-25 first-wallet">
<MudPaper Elevation="0" Class="pa-4 border-radius-25 first-wallet">
<div Style="width:100%; display:flex; flex-direction:row; justify-content:center;">
<div Class="background-x">
<MudImage Src="images/ths.svg" Alt="hello" Elevation="25" Class="ww-image-start" />
Expand All @@ -11,7 +11,7 @@
</MudPaper>
</MudItem>
<MudItem xs="12" md="12" lg="4">
<MudPaper Elevation="2" Class="pa-4 border-radius-25 first-wallet">
<MudPaper Elevation="0" Class="pa-4 border-radius-25 first-wallet">
<div Style="width:100%; display:flex; flex-direction:row; justify-content:center;">
<div Class="background-x">
<MudImage Src="images/arconnect-logo.svg" Alt="hello" Elevation="25" Class="ww-image-start ar-logo-setup" />
Expand All @@ -21,7 +21,7 @@
</MudPaper>
</MudItem>
<MudItem xs="12" md="12" lg="4">
<MudPaper Elevation="2" Class="pa-4 border-radius-25 first-wallet-upload">
<MudPaper Elevation="0" Class="pa-4 border-radius-25 first-wallet-upload">
<div Style="width:100%; display:flex; flex-direction:row; justify-content:center;">
<div Class="background-x">
<MudImage Src="images/json-logo.svg" Alt="hello" Elevation="25" Class="ww-image-start ar-logo-setup" />
Expand Down
2 changes: 0 additions & 2 deletions src/aoWebWallet/wwwroot/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,6 @@ body {
}




.background-xs {
background-image: url("../images/origin-icon-base.png");
width: 333px;
Expand Down

0 comments on commit 1515b7d

Please sign in to comment.