add popover menu to share/scan addresses

This commit is contained in:
Javier 2016-11-18 15:29:53 -03:00
commit de65f88b9e
10 changed files with 117 additions and 59 deletions

View file

@ -0,0 +1,12 @@
#menu-popover {
border-radius: 5px;
.list {
.item {
cursor: pointer;
cursor: hand;
&:hover {
background-color: #E4E2E2;
}
}
}
}