-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "feat: kado integration and updated wallet buttons"
This reverts commit 3b6cf86.
- Loading branch information
1 parent
3b6cf86
commit 6b256a9
Showing
5 changed files
with
47 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,32 @@ | ||
@import "mixins"; | ||
|
||
.networth { | ||
@include flex-column; | ||
padding: 1.6rem; | ||
border-bottom: var(--border-width) solid var(--card-border); | ||
|
||
p { | ||
color: var(--text-muted); | ||
font-size: 14px; | ||
line-height: 140%; | ||
} | ||
|
||
h1 { | ||
font-size: 32px; | ||
line-height: 150%; | ||
margin-top: 4px; | ||
font-weight: 600; | ||
font-size: 22pt; | ||
} | ||
|
||
grid-area: details; | ||
height: fit-content; | ||
background-color: var(--card-bg); | ||
} | ||
|
||
.networth__buttons { | ||
@include flex(space-around); | ||
display: flex; | ||
align-items: center; | ||
justify-content: space-between; | ||
gap: 10px; | ||
margin-top: 20px; | ||
width: 100%; | ||
|
||
.button__wrapper { | ||
@include flex-column; | ||
gap: 8px; | ||
} | ||
|
||
button { | ||
min-width: 0; | ||
border-radius: 50%; | ||
width: 60px; | ||
height: 60px; | ||
padding: 16px; | ||
@include flex; | ||
} | ||
} | ||
|
||
.icon { | ||
font-size: 24px; | ||
|
||
&.send { | ||
transform: rotate(-90deg); | ||
} | ||
&.receive { | ||
transform: rotate(90deg); | ||
width: 100%; | ||
padding-block: 20px; | ||
height: fit-content; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters