From f8f535838f621cf8c36e6cf2b2ad8f1dd4a16b11 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Tue, 30 May 2023 18:14:52 +0200 Subject: [PATCH] Created the SidebarFooter styles.sass --- .../components/SidebarFooter/styles.sass | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 client/src/common/components/Sidebar/components/SidebarFooter/styles.sass diff --git a/client/src/common/components/Sidebar/components/SidebarFooter/styles.sass b/client/src/common/components/Sidebar/components/SidebarFooter/styles.sass new file mode 100644 index 0000000..a066091 --- /dev/null +++ b/client/src/common/components/Sidebar/components/SidebarFooter/styles.sass @@ -0,0 +1,18 @@ +@import "@/common/styles/colors" + +.sidebar-footer + position: absolute + bottom: 1rem + left: 0 + right: 0 + display: flex + justify-content: center + align-items: center + gap: 0.5rem + width: 18rem + + p + color: $white + margin: 0 + font-weight: 500 + font-size: 15pt \ No newline at end of file