mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-11 10:47:27 +03:00
20 lines
262 B
SCSS
20 lines
262 B
SCSS
@import "./utils/base";
|
|
|
|
* {
|
|
outline: none !important;
|
|
}
|
|
|
|
.nowrap {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.dropdown-item {
|
|
cursor: pointer;
|
|
}
|
|
.dropdown-item.active {
|
|
background-color: $mainColor !important;
|
|
}
|
|
|
|
.short-urls-container {
|
|
padding: 30px 30px 30px 20px;
|
|
}
|