mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-22 22:46:19 +00:00
Implemented behavior to create new short URLs
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user