Created short URLs component

This commit is contained in:
Alejandro Celaya
2018-07-20 22:32:50 +02:00
parent 3b104b0ead
commit b2fa86a917
6 changed files with 16 additions and 5 deletions

View File

@@ -11,3 +11,7 @@
.dropdown-item.active {
background-color: $mainColor !important;
}
.short-urls-container {
padding: 30px 30px 30px 20px;
}