mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-07 16:57:27 +03:00
28 lines
427 B
SCSS
28 lines
427 B
SCSS
@import '../utils/base';
|
|
|
|
.short-urls-list__header {
|
|
@media (max-width: $smMax) {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.short-urls-list__header--with-action {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.short-urls-list__header-icon {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.short-urls-list__header-icon--mobile {
|
|
margin: 3.5px 0 0;
|
|
float: right;
|
|
}
|
|
|
|
.short-urls-list__header-cell--with-action {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.short-urls-list__order-dropdown {
|
|
width: 100%;
|
|
}
|