mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-09 09:47:28 +03:00
12 lines
178 B
SCSS
12 lines
178 B
SCSS
|
@import '../utils/base';
|
||
|
|
||
|
.short-urls-table__header {
|
||
|
@media (max-width: $smMax) {
|
||
|
display: none;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.short-urls-table__header-cell--with-action {
|
||
|
cursor: pointer;
|
||
|
}
|