mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-07 16:57:27 +03:00
11 lines
198 B
SCSS
11 lines
198 B
SCSS
@import '../utils/base';
|
|
|
|
.short-urls-table__header {
|
|
@media (max-width: $responsiveTableBreakpoint) {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.short-urls-table__header-cell--with-action {
|
|
cursor: pointer;
|
|
}
|