summaryrefslogtreecommitdiff
path: root/frontend/src/components/footer/Footer.less
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/footer/Footer.less')
-rw-r--r--frontend/src/components/footer/Footer.less23
1 files changed, 23 insertions, 0 deletions
diff --git a/frontend/src/components/footer/Footer.less b/frontend/src/components/footer/Footer.less
new file mode 100644
index 00000000..bb0adcfd
--- /dev/null
+++ b/frontend/src/components/footer/Footer.less
@@ -0,0 +1,23 @@
+.footer {
+ position: absolute;
+ bottom: 0;
+ height: 4rem;
+ background: #1890ff;
+ width: 100vw;
+ display: flex;
+ flex-direction: column;
+ align-items: flex-end;
+ justify-content: center;
+}
+
+.footer .text {
+ margin-left: 10px;
+ margin-right: 60px;
+ color: #ffffff;
+}
+
+.copyright {
+ display: flex;
+ align-items: center;
+ color: #ffffff;
+}