From b73e4173a3c1e69e02ad6b4e3b43e425e57a5be9 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Thu, 9 Feb 2023 22:48:06 +0330 Subject: 3x-ui --- web/assets/element-ui@2.15.0/theme-chalk/display.css | 1 + 1 file changed, 1 insertion(+) create mode 100644 web/assets/element-ui@2.15.0/theme-chalk/display.css (limited to 'web/assets/element-ui@2.15.0') diff --git a/web/assets/element-ui@2.15.0/theme-chalk/display.css b/web/assets/element-ui@2.15.0/theme-chalk/display.css new file mode 100644 index 00000000..1d8790ba --- /dev/null +++ b/web/assets/element-ui@2.15.0/theme-chalk/display.css @@ -0,0 +1 @@ +@media only screen and (max-width:767px){.hidden-xs-only{display:none!important}}@media only screen and (min-width:768px){.hidden-sm-and-up{display:none!important}}@media only screen and (min-width:768px) and (max-width:991px){.hidden-sm-only{display:none!important}}@media only screen and (max-width:991px){.hidden-sm-and-down{display:none!important}}@media only screen and (min-width:992px){.hidden-md-and-up{display:none!important}}@media only screen and (min-width:992px) and (max-width:1199px){.hidden-md-only{display:none!important}}@media only screen and (max-width:1199px){.hidden-md-and-down{display:none!important}}@media only screen and (min-width:1200px){.hidden-lg-and-up{display:none!important}}@media only screen and (min-width:1200px) and (max-width:1919px){.hidden-lg-only{display:none!important}}@media only screen and (max-width:1919px){.hidden-lg-and-down{display:none!important}}@media only screen and (min-width:1920px){.hidden-xl-only{display:none!important}} \ No newline at end of file -- cgit v1.2.3