UNPKG

@lxlib/theme

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.1.

36 lines (30 loc) 531 B
@media (max-width: @screen-xs-max) { .hidden-xs { display: none !important; } } @media (max-width: @screen-sm-max) { .hidden-sm { display: none !important; } } @media (max-width: @screen-md-max) { .hidden-md { display: none !important; } } @media (max-width: @screen-lg-max) { .hidden-lg { display: none !important; } } @media (min-width: @mobile-min) { .hidden-pc { display: none !important; } } @media (max-width: @mobile-max) { .hidden-mobile { display: none !important; } }