-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: Feat overview page.
- Loading branch information
Showing
19 changed files
with
466 additions
and
462 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
Binary file not shown.
Binary file not shown.
58 changes: 5 additions & 53 deletions
58
packages/neuron-ui/src/components/BalanceSyncingIcon/balanceSyncIcon.module.scss
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,55 +1,7 @@ | ||
$arrow: 10px; | ||
.confirm { | ||
margin-left: 4px; | ||
|
||
.container { | ||
display: inline; | ||
position: relative; | ||
font-size: 0.75rem; | ||
color: var(--nervos-green); | ||
border-radius: 2px; | ||
z-index: 1; | ||
|
||
svg { | ||
width: 1rem; | ||
height: 0.75rem; | ||
pointer-events: none; | ||
position: relative; | ||
top: 1px; | ||
} | ||
|
||
&::after { | ||
display: none; | ||
content: attr(data-content); | ||
position: absolute; | ||
top: calc(100% + 7px); | ||
left: 50%; | ||
transform: translateX(-50%); | ||
background: #fff; | ||
font-size: 0.75rem; | ||
color: #000000; | ||
padding: 10px 15px; | ||
box-shadow: 0 0 6px rgba(0, 0, 0, 0.22); | ||
min-width: 150px; | ||
pointer-events: none; | ||
} | ||
|
||
&::before { | ||
z-index: 1; | ||
display: none; | ||
content: ''; | ||
top: 2px; | ||
left: 50%; | ||
transform: translateX(-50%); | ||
position: absolute; | ||
border: $arrow solid transparent; | ||
border-bottom-color: #fff; | ||
filter: drop-shadow(0 -2px 1px rgba(0, 0, 0, 0.12)); | ||
pointer-events: none; | ||
} | ||
|
||
&:hover { | ||
&::after, | ||
&::before { | ||
display: block; | ||
} | ||
path { | ||
fill: #FFFFFF; | ||
} | ||
} | ||
} |
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
Oops, something went wrong.
67832d6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Packaging for test is done in 4592934889