add footer, include version
[GitLab/stricted-build/lineage_builder.git] / ui / static / custom.css
index e7d61dfbacebaac3e4b7d1de3bd69dd260bffaae..6f32445f28c16c45015922e394ab9250c15d12fa 100644 (file)
@@ -27,3 +27,20 @@ a:focus, a:hover {
 .pagination li a, .pagination li a:focus, .pagination li a:hover {
     color: #167c80;
 }
+.footer {
+    position: absolute;
+    bottom: 0;
+    width: 100%;
+    height: 60px;
+    line-height: 60px;
+    background-color: #167c80;
+    color: white;
+    display: flex;
+    justify-content: space-between;
+    width: 100%;
+
+}
+
+.footer a {
+    color: white;
+}
\ No newline at end of file