From 68a64596d482807cdc48aa611e3248f68d64d008 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Tue, 30 May 2023 19:00:11 +0200 Subject: [PATCH] Updated the SidebarHeader styles.sass --- .../Sidebar/components/SidebarHeader/styles.sass | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/client/src/common/components/Sidebar/components/SidebarHeader/styles.sass b/client/src/common/components/Sidebar/components/SidebarHeader/styles.sass index a1b9b91..287eb95 100644 --- a/client/src/common/components/Sidebar/components/SidebarHeader/styles.sass +++ b/client/src/common/components/Sidebar/components/SidebarHeader/styles.sass @@ -3,11 +3,17 @@ .sidebar-header display: flex align-items: center - gap: 0.8rem + justify-content: space-between margin-left: 1rem margin-top: 1rem + margin-right: 1.5rem -.sidebar-header img +.sidebar-left + display: flex + align-items: center + gap: 0.8rem + +.sidebar-left img width: 3rem height: 3rem border-radius: 5rem @@ -36,4 +42,8 @@ .title-subheader span font-size: 11pt font-weight: 500 - color: $gray \ No newline at end of file + color: $gray + +.close-menu + color: $white + font-size: 18pt \ No newline at end of file