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,8 @@
.overview__card.overview__card {
text-align: center;
}
.overview__card-title {
text-transform: uppercase;
color: #6c757d;
}