Merge pull request 'feat(ui): refine spacing in NavSection' (#4881) from ui/navigation-section into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4881
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
.navSection {
|
.navSection {
|
||||||
@apply w-full flex gap-2 items-center justify-between;
|
@apply w-full flex gap-1.5 items-center justify-between;
|
||||||
@apply rounded-md px-4 py-5 bg-def-2;
|
@apply rounded-md px-4 py-5 bg-def-2;
|
||||||
|
|
||||||
.meta {
|
.meta {
|
||||||
@apply flex flex-col gap-2;
|
@apply flex flex-col gap-1;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|||||||
Reference in New Issue
Block a user