From da1fd74f9387149b2b94d62853587a8afdb74ddd Mon Sep 17 00:00:00 2001 From: Wolfboy248 Date: Thu, 21 Aug 2025 10:33:27 +0200 Subject: Reorganised Maplist and Sidebar --- frontend/src/components/Sidebar/Sidebar.module.css | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 frontend/src/components/Sidebar/Sidebar.module.css (limited to 'frontend/src/components/Sidebar/Sidebar.module.css') diff --git a/frontend/src/components/Sidebar/Sidebar.module.css b/frontend/src/components/Sidebar/Sidebar.module.css new file mode 100644 index 0000000..8079676 --- /dev/null +++ b/frontend/src/components/Sidebar/Sidebar.module.css @@ -0,0 +1,23 @@ +.button { + display: flex; + width: 100%; + cursor: pointer; + align-items: center; + border-radius: 2000px; + transition: all 0.2s ease; + padding: 4px 0px; +} + +.button:hover { + background-color: var(--color-panel); +} + +.button>img { + padding: 0px 8px; + height: 28px; +} + +button>span { + font-size: 22px; + font-family: var(--font-barlow-semicondensed-regular); +} \ No newline at end of file -- cgit v1.2.3