Installed copy to clipboard package and used for context menu

This commit is contained in:
Alejandro Celaya
2018-07-21 12:15:53 +02:00
parent d382ee8d95
commit 7add153d93
4 changed files with 54 additions and 9 deletions

View File

@@ -1,3 +1,5 @@
@import "../utils/mixins/vertical-align";
.short-urls-list__cell {
vertical-align: middle !important;
}
@@ -8,3 +10,12 @@
.short-urls-list__dropdown-toggle--hidden {
visibility: hidden;
}
.short-urls-list__cell--relative {
position: relative;
}
.short-urls-list__copy-hint {
@include vertical-align();
right: 10px;
}