Fix mobilenav and modal
[plack-app-gruntmaster.git] / css / themes / cyborg.css
index 4ba86259c95be9c52a9d292ce6e08047053f0789..32c642a7b47f3fdc01f9ab2ebaadc5d95f8dd782 100644 (file)
@@ -1385,6 +1385,28 @@ fieldset[disabled] .btn-primary.active {
 .affix {
   position: fixed;
 }
+@-ms-viewport {
+  width: device-width;
+}
+.visible-xs-block,
+.visible-xs-inline {
+  display: none !important;
+}
+@media (max-width: 767px) {
+  .visible-xs-block {
+    display: block !important;
+  }
+}
+@media (max-width: 767px) {
+  .visible-xs-inline {
+    display: inline !important;
+  }
+}
+@media (max-width: 767px) {
+  .hidden-xs {
+    display: none !important;
+  }
+}
 .text-primary,
 .text-primary:hover {
   color: #2a9fd6;
This page took 0.010052 seconds and 4 git commands to generate.