Added QrCode modal window to short URLs

This commit is contained in:
Alejandro Celaya
2018-07-27 18:05:09 +02:00
parent a78d0b9b20
commit 131099b2a6
4 changed files with 31 additions and 2 deletions

View File

@@ -8,6 +8,9 @@
white-space: nowrap;
}
.dropdown-item {
cursor: pointer;
}
.dropdown-item.active {
background-color: $mainColor !important;
}