mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-02-27 12:16:36 +00:00
25 lines
296 B
SCSS
25 lines
296 B
SCSS
@import "./utils/base";
|
|
|
|
* {
|
|
outline: none !important;
|
|
}
|
|
|
|
.nowrap {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.bg-main {
|
|
background-color: $mainColor !important;
|
|
}
|
|
|
|
.dropdown-item {
|
|
cursor: pointer;
|
|
}
|
|
.dropdown-item.active {
|
|
@extend .bg-main;
|
|
}
|
|
|
|
.short-urls-container {
|
|
padding: 30px 30px 30px 20px;
|
|
}
|