Wallet/src/sass/views/includes/menu-popover.scss
2016-11-21 11:20:20 -03:00

12 lines
174 B
SCSS

#menu-popover {
border-radius: 5px;
.list {
.item {
cursor: pointer;
cursor: hand;
&:hover {
background-color: #E4E2E2;
}
}
}
}