mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-07-18 09:41:51 +00:00
12 lines
198 B
SCSS
12 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;
|
|
}
|