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

12 lines
198 B
SCSS
Raw Normal View History

@import '../utils/base';
.short-urls-table__header {
@media (max-width: $responsiveTableBreakpoint) {
display: none;
}
}
.short-urls-table__header-cell--with-action {
cursor: pointer;
}