mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-05 03:31:04 +01:00
fix(forums): fixed csslint waring
This commit is contained in:
25
modules/core/client/less/media-hide.less
Normal file
25
modules/core/client/less/media-hide.less
Normal file
@@ -0,0 +1,25 @@
|
||||
@import (reference) "mt-var.less";
|
||||
|
||||
@media (max-width: @screen-xs-max) {
|
||||
.xs-hide {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: @screen-sm) and (max-width: @screen-sm-max) {
|
||||
.sm-hide {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: @screen-md) and (max-width: @screen-md-max) {
|
||||
.md-hide {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: @screen-lg) {
|
||||
.lg-hide {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user