shlink-web-client/src/index.scss
2018-07-27 18:07:08 +02:00

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;
}