Revert "less/roojs-bootstrap/alert.less"
[roojs1] / less / roojs-bootstrap / sticky-footer.less
diff --git a/less/roojs-bootstrap/sticky-footer.less b/less/roojs-bootstrap/sticky-footer.less
new file mode 100644 (file)
index 0000000..6a8137b
--- /dev/null
@@ -0,0 +1,36 @@
+/*html, */
+
+
+
+/* Sticky footer styles
+-------------------------------------------------- */
+html.bootstrap-sticky {
+  position: relative;
+  min-height: 100%;
+}
+html.bootstrap-sticky body {
+  /* Margin bottom by footer height */
+  margin-bottom: 60px;
+}
+.bootstrap-sticky-footer {
+  position: absolute;
+  bottom: 0;
+  width: 100%;
+  /* Set the fixed height of the footer here */
+  height: 60px;
+  background-color: @well-bg;
+}
+
+
+  
+/* Lastly, apply responsive CSS fixes as necessary */
+@media (max-width: 767px) {
+    .bootstrap-sticky-footer {
+        margin-left: -20px;
+        margin-right: -20px;
+        padding-left: 20px;
+        padding-right: 20px;
+    }
+}
+
+