shlink-web-client/src/index.scss

14 lines
165 B
SCSS
Raw Normal View History

@import "./utils/base";
* {
2018-06-03 12:57:03 +02:00
outline: none !important;
}
.nowrap {
white-space: nowrap;
}
.dropdown-item.active {
background-color: $mainColor !important;
}