mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-22 07:12:31 +01:00
13 lines
275 B
Plaintext
13 lines
275 B
Plaintext
@import (reference) "../../../core/client/less/mt-var.less";
|
|
|
|
.pagination {
|
|
@media (max-width: @screen-xs-max) {
|
|
.pagination-prev {
|
|
display: none !important;
|
|
}
|
|
|
|
.pagination-next {
|
|
display: none !important;
|
|
}
|
|
}
|
|
} |