2020-12-07 13:17:19 +03:00
|
|
|
@import '../utils/base';
|
|
|
|
|
|
|
|
.short-urls-table__header {
|
2020-12-30 22:05:04 +03:00
|
|
|
@media (max-width: $responsiveTableBreakpoint) {
|
2020-12-07 13:17:19 +03:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.short-urls-table__header-cell--with-action {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|