1
0
Fork 0

wip(shared): Theme changes

This commit is contained in:
joostdecock 2023-04-08 10:53:24 +02:00
parent 54ab0e9862
commit 2ac149655c
10 changed files with 15 additions and 14 deletions

View file

@ -15,7 +15,8 @@ export const AsideNavigation = ({ app, mobileOnly = false, before = [], after =
lg:w-auto
lg:sticky lg:relative lg:transform-none
lg:justify-center
lg:border-r-2 lg:border-base-200 lg:bg-base-300 lg:bg-opacity-10
lg:border lg:border-dashed lg:border-l-0 lg:border-t-0 lg:border-b-0 lg:border-r-1 lg:border-base-300
lg:bg-base-300 lg:bg-opacity-10
lg:pt-16
${mobileOnly ? 'block lg:hidden w-full ' : ''}
`}