mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-25 00:43:46 +00:00
Extracted short URLs table into reusable component to use both on list section and overview section
This commit is contained in:
11
src/short-urls/ShortUrlsTable.scss
Normal file
11
src/short-urls/ShortUrlsTable.scss
Normal file
@@ -0,0 +1,11 @@
|
||||
@import '../utils/base';
|
||||
|
||||
.short-urls-table__header {
|
||||
@media (max-width: $smMax) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.short-urls-table__header-cell--with-action {
|
||||
cursor: pointer;
|
||||
}
|
||||
Reference in New Issue
Block a user