From 358a074b1e9546b8b704a387bb6a68041839f420 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Mon, 8 May 2023 22:04:54 +0200 Subject: [PATCH] Created the Sidebar styles.sass --- client/src/common/components/Sidebar/styles.sass | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 client/src/common/components/Sidebar/styles.sass diff --git a/client/src/common/components/Sidebar/styles.sass b/client/src/common/components/Sidebar/styles.sass new file mode 100644 index 0000000..136ce68 --- /dev/null +++ b/client/src/common/components/Sidebar/styles.sass @@ -0,0 +1,9 @@ +@import "@/common/styles/colors" + +aside + border-left: #0F1012 1px solid + float: left + width: 18rem + border-right: $dark-gray 2px solid + height: 100vh + overflow: hidden \ No newline at end of file