2018-08-05 11:01:17 +03:00
|
|
|
@import '../utils/base';
|
2018-08-05 09:49:07 +03:00
|
|
|
|
|
|
|
.short-urls-list__header {
|
|
|
|
@media (max-width: $smMax) {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-07-22 10:37:57 +03:00
|
|
|
.short-urls-list__header--with-action {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.short-urls-list__header-icon {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
2018-08-10 22:38:24 +03:00
|
|
|
|
2018-08-10 23:16:50 +03:00
|
|
|
.short-urls-list__header-icon--mobile {
|
|
|
|
margin: 3.5px 0 0;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2018-08-10 22:38:24 +03:00
|
|
|
.short-urls-list__header-cell--with-action {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2018-08-10 23:16:50 +03:00
|
|
|
|
|
|
|
.short-urls-list__order-dropdown {
|
|
|
|
width: 100%;
|
|
|
|
}
|