shlink-web-client/src/short-urls/ShortUrlsList.scss

29 lines
427 B
SCSS
Raw Normal View History

@import '../utils/base';
2018-08-05 09:49:07 +03:00
.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%;
}