shlink-web-client/src/index.scss

21 lines
262 B
SCSS
Raw Normal View History

@import "./utils/base";
* {
2018-06-03 13:57:03 +03:00
outline: none !important;
}
.nowrap {
white-space: nowrap;
}
.dropdown-item {
cursor: pointer;
}
.dropdown-item.active {
background-color: $mainColor !important;
}
2018-07-20 23:32:50 +03:00
.short-urls-container {
padding: 30px 30px 30px 20px;
}