Extracted ShortUrlsRow to its own module

This commit is contained in:
Alejandro Celaya
2018-07-28 09:18:55 +02:00
parent b734b4515b
commit ce22b7e8e9
4 changed files with 64 additions and 61 deletions

View File

@@ -1,9 +1,3 @@
@import "../utils/mixins/vertical-align";
.short-urls-list__cell {
vertical-align: middle !important;
}
.short-urls-list__header--with-action {
cursor: pointer;
}
@@ -11,12 +5,3 @@
.short-urls-list__header-icon {
margin-right: 5px;
}
.short-urls-list__cell--relative {
position: relative;
}
.short-urls-list__copy-hint {
@include vertical-align();
right: 10px;
}