Clientseitige LESS-Umsetzung integriert
[website] / dist / less / phone / footer.less
diff --git a/dist/less/phone/footer.less b/dist/less/phone/footer.less
new file mode 100644 (file)
index 0000000..01a021a
--- /dev/null
@@ -0,0 +1,35 @@
+#footer > #footerlinks
+{
+  position: static;
+  border-style: none;
+}
+#footer > #footerlinks > li.about
+{
+  display: none;
+}
+#footer > #footerlinks > li.f
+{
+  color: @hintergrund;
+  line-height: 1em;
+  margin: 0 1em 0 0;
+  padding: 0 0 .5em 0;
+}
+#footer > #footerlinks > li.f > a.f
+{
+  color: @hintergrund;
+  border-color: @hintergrund;
+}
+#footer > #footerlinks > li#copyright
+{
+  position: static;
+  float: right;
+  width: auto;
+  font-size: 137.5%;
+  margin: 0;
+  @media (max-width: 229px)
+  {
+    color: @schrift;
+    flow: none;
+    width: 100%;
+  }
+}