add popover menu to share/scan addresses
This commit is contained in:
parent
439300743d
commit
de65f88b9e
10 changed files with 117 additions and 59 deletions
12
src/sass/views/includes/menu-popover.scss
Normal file
12
src/sass/views/includes/menu-popover.scss
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#menu-popover {
|
||||
border-radius: 5px;
|
||||
.list {
|
||||
.item {
|
||||
cursor: pointer;
|
||||
cursor: hand;
|
||||
&:hover {
|
||||
background-color: #E4E2E2;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -115,7 +115,6 @@
|
|||
.item {
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
display: inline-block;
|
||||
font-size: .7rem;
|
||||
@media(min-width:350px){
|
||||
font-size:.9rem;
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
@import "export";
|
||||
@import "import";
|
||||
@import "join";
|
||||
@import "includes/menu-popover";
|
||||
@import "includes/walletActivity";
|
||||
@import "includes/wallets";
|
||||
@import "includes/modals/modals";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue