Notify when click on clickable element

This commit is contained in:
Gabriel Bazán 2016-08-05 16:55:08 -03:00
commit 20c8a2c7ad
10 changed files with 53 additions and 17 deletions

View file

@ -43,6 +43,15 @@
font-size: 16px;
}
.popover, .popover .bar-header {
border-radius: 10px;
}
.popover {
height: auto;
width: 200px;
}
.popup-container.active .popup {
border-radius: 10px;
}