diff --git a/src/AppFooter.vue b/src/AppFooter.vue index 36f0ee99c..aa8ba1106 100755 --- a/src/AppFooter.vue +++ b/src/AppFooter.vue @@ -1,5 +1,20 @@ \ No newline at end of file diff --git a/src/assets/styles/app/_footer.scss b/src/assets/styles/app/_footer.scss index c12b9e6fc..e18bea11d 100644 --- a/src/assets/styles/app/_footer.scss +++ b/src/assets/styles/app/_footer.scss @@ -1,9 +1,21 @@ .layout-footer { font-size: 1rem; background-color: var(--surface-a); + display: flex; + align-items: center; + justify-content: space-between; a { color: var(--text-color); font-weight: 600; } + + .layout-footer-right { + a { + i { + color: var(--text-secondary-color); + font-size: 1.5rem; + } + } + } } \ No newline at end of file