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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue