shlink-web-client/src/index.scss

18 lines
224 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;
}
2018-07-20 22:32:50 +02:00
.short-urls-container {
padding: 30px 30px 30px 20px;
}