1
0
Fork 0
activist/src/assets/nav-items.css

7 lines
275 B
CSS
Raw Normal View History

2024-11-22 19:38:29 -05:00
.nav-item {
@apply flex flex-row lg:flex-col items-center cursor-pointer p-4 lg:justify-center hover:bg-surface-800 rounded-border text-surface-300 hover:text-white duration-150 transition-colors;
span {
@apply font-medium inline text-base lg:text-xs lg:block;
}
}