shlink-web-client/src/short-urls/ShortUrlsList.scss

20 lines
294 B
SCSS
Raw Normal View History

@import '../utils/base';
2018-08-05 09:49:07 +03:00
.short-urls-list__header {
@media (max-width: $smMax) {
display: none;
}
}
.short-urls-list__header--with-action {
cursor: pointer;
}
.short-urls-list__header-icon {
margin-right: 5px;
}
.short-urls-list__header-cell--with-action {
cursor: pointer;
}