feat(popup): Adds cursor pointer to images

master
sovanna 2019-07-22 14:27:49 +02:00
parent 740443bc8d
commit e9cdb87590
1 changed files with 4 additions and 0 deletions

View File

@ -207,4 +207,8 @@ ul:not(.navbar-nav) li {
.modal-lg {
max-width: 90%;
}
[data-popup] {
cursor: pointer;
}