mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-02-19 04:47:07 +01:00
26 lines
470 B
Plaintext
26 lines
470 B
Plaintext
@import (reference) "mt-var.less";
|
|
|
|
@media (max-width: @screen-xs-max) {
|
|
.xs-hide {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width: @screen-sm) and (max-width: @screen-sm-max) {
|
|
.sm-hide {
|
|
display: none !important;;
|
|
}
|
|
}
|
|
|
|
@media (min-width: @screen-md) and (max-width: @screen-md-max) {
|
|
.md-hide {
|
|
display: none !important;;
|
|
}
|
|
}
|
|
|
|
@media (min-width: @screen-lg) {
|
|
.lg-hide {
|
|
display: none !important;;
|
|
}
|
|
}
|