element-plus
Version:
A Component Library for Vue3.0
1 lines • 718 B
CSS
@media only screen and (max-width:767px){.hidden-xs-only{display:none }}@media only screen and (min-width:768px){.hidden-sm-and-up{display:none }}@media only screen and (max-width:991px){.hidden-sm-and-down,.hidden-sm-only{display:none }}@media only screen and (min-width:992px){.hidden-md-and-up{display:none }}@media only screen and (max-width:1199px){.hidden-md-and-down,.hidden-md-only{display:none }}@media only screen and (min-width:1200px){.hidden-lg-and-up{display:none }}@media only screen and (max-width:1919px){.hidden-lg-and-down,.hidden-lg-only{display:none }}@media only screen and (min-width:1920px){.hidden-xl-only{display:none }}