mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-07 08:47:28 +03:00
29 lines
504 B
SCSS
29 lines
504 B
SCSS
@import "../utils/mixins/vertical-align";
|
|
|
|
.short-urls-list__cell {
|
|
vertical-align: middle !important;
|
|
}
|
|
|
|
.short-urls-list__header--with-action {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.short-urls-list__header-icon {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.short-urls-list__dropdown-toggle:before {
|
|
display: none !important;
|
|
}
|
|
.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;
|
|
}
|