2018-08-05 08:49:07 +02:00
|
|
|
@import "../utils/base";
|
|
|
|
|
|
|
|
.short-urls-list__header {
|
|
|
|
@media (max-width: $smMax) {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-07-22 09:37:57 +02:00
|
|
|
.short-urls-list__header--with-action {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.short-urls-list__header-icon {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|