Skip to content

Commit 60be02d

Browse files
fix: modified css module
1 parent 435becb commit 60be02d

File tree

1 file changed

+25
-21
lines changed

1 file changed

+25
-21
lines changed
Lines changed: 25 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,33 @@
1-
.wrapper {
1+
.sideBarItem {
22
@apply flex
33
w-full
4-
flex-col
5-
items-start
6-
gap-8
7-
overflow-auto
8-
overflow-x-hidden
9-
border-r-neutral-200
10-
bg-white
11-
px-4
12-
py-6
13-
sm:border-r
14-
md:max-w-xs
15-
lg:px-6
16-
dark:border-r-neutral-900
17-
dark:bg-neutral-950;
4+
list-none
5+
text-neutral-800
6+
dark:text-neutral-200;
187

19-
> section {
20-
@apply hidden
21-
sm:flex;
8+
a {
9+
@apply inline-flex
10+
items-center
11+
gap-2
12+
p-2;
2213
}
2314

24-
> span {
25-
@apply flex
15+
.label {
16+
@apply font-regular
2617
w-full
27-
sm:hidden;
18+
text-sm;
2819
}
20+
21+
.icon {
22+
@apply size-3
23+
text-neutral-500
24+
dark:text-neutral-200;
25+
}
26+
}
27+
28+
.active {
29+
@apply rounded
30+
bg-green-600
31+
text-white
32+
dark:text-white;
2933
}

0 commit comments

Comments
 (0)