Extracted short URLs table into reusable component to use both on list section and overview section

This commit is contained in:
Alejandro Celaya
2020-12-07 11:17:19 +01:00
parent dba0ac6442
commit 032e9c53f3
12 changed files with 276 additions and 206 deletions

View 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;
}