Fix mobilenav and modal
[plack-app-gruntmaster.git] / css / themes / slate.css
index 34b535ee2892de731e947e15b2427619d4b63fd9..d20c8fea68ef3b71f80095d61a49e99285408087 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;
+  }
+}
 .btn,
 .btn:hover {
   border-color: rgba(0, 0, 0, 0.6);
This page took 0.009486 seconds and 4 git commands to generate.