aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/Sidebar/Sidebar.module.css
diff options
context:
space:
mode:
authorWolfboy248 <georgejvindkarlsen@gmail.com>2025-08-21 10:33:27 +0200
committerWolfboy248 <georgejvindkarlsen@gmail.com>2025-08-21 10:33:27 +0200
commitda1fd74f9387149b2b94d62853587a8afdb74ddd (patch)
tree57f13021890b6d27848a3379d0869790fd1d7c97 /frontend/src/components/Sidebar/Sidebar.module.css
parentorganised pages, started work on theme (diff)
downloadlphub-da1fd74f9387149b2b94d62853587a8afdb74ddd.tar.gz
lphub-da1fd74f9387149b2b94d62853587a8afdb74ddd.tar.bz2
lphub-da1fd74f9387149b2b94d62853587a8afdb74ddd.zip
Reorganised Maplist and Sidebar
Diffstat (limited to 'frontend/src/components/Sidebar/Sidebar.module.css')
-rw-r--r--frontend/src/components/Sidebar/Sidebar.module.css23
1 files changed, 23 insertions, 0 deletions
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 @@
1.button {
2 display: flex;
3 width: 100%;
4 cursor: pointer;
5 align-items: center;
6 border-radius: 2000px;
7 transition: all 0.2s ease;
8 padding: 4px 0px;
9}
10
11.button:hover {
12 background-color: var(--color-panel);
13}
14
15.button>img {
16 padding: 0px 8px;
17 height: 28px;
18}
19
20button>span {
21 font-size: 22px;
22 font-family: var(--font-barlow-semicondensed-regular);
23} \ No newline at end of file