mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-18 13:22:20 +01:00
8 lines
157 B
Plaintext
8 lines
157 B
Plaintext
@import (reference) "../../../core/client/less/mt-var.less";
|
|
|
|
.xs-margin-top-10 {
|
|
@media (max-width: @screen-xs-max) {
|
|
margin-top: 10px;
|
|
}
|
|
}
|