File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 11
11
@layer components {
12
12
.navbar {
13
13
@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 (75 vh-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
+ }
14
30
}
15
31
.footer {
16
32
@apply justify-between border-t border-neutral px-2 p-4 mt-10;
You can’t perform that action at this time.
0 commit comments