Implemented behavior to create new short URLs

This commit is contained in:
Alejandro Celaya
2018-07-29 18:13:18 +02:00
parent f7249cfe6e
commit 92f7fffcf3
6 changed files with 73 additions and 20 deletions

View File

@@ -8,11 +8,15 @@
white-space: nowrap;
}
.bg-main {
background-color: $mainColor !important;
}
.dropdown-item {
cursor: pointer;
}
.dropdown-item.active {
background-color: $mainColor !important;
@extend .bg-main;
}
.short-urls-container {