Skip to content

Commit 6c63782

Browse files
committed
New styles have been added and existing styles have been refactored.
1 parent 1c111c9 commit 6c63782

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

resources/css/app.css

+16
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,22 @@
1111
@layer components {
1212
.navbar {
1313
@apply bg-base-300 justify-between rounded-box h-14 mt-4 sticky top-0 z-10;
14+
15+
.navbar-content--btn {
16+
@apply btn-ghost hover:text-orange-500 ml-2;
17+
}
18+
.dropdown-content {
19+
@apply bg-base-200 text-base-content p-2 drop-shadow-xl border border-white/5 shadow-2xl outline outline-1 outline-black/5 rounded-box;
20+
}
21+
.dropdown-content--locale {
22+
@apply overflow-y-auto w-52 max-h-[calc(75vh-10rem)];
23+
}
24+
.dropdown-content--profile {
25+
@apply divide-y divide-neutral space-y-2 min-w-52;
26+
}
27+
.dropdown-content--btn {
28+
@apply btn-ghost btn-sm btn-block hover:text-orange-500 justify-start no-animation;
29+
}
1430
}
1531
.footer {
1632
@apply justify-between border-t border-neutral px-2 p-4 mt-10;

0 commit comments

Comments
 (0)