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