ui(admin): add "working" React admin ui

This commit is contained in:
Matthew Penner 2022-12-15 19:06:14 -07:00
parent d1c7494933
commit 5402584508
No known key found for this signature in database
199 changed files with 13387 additions and 151 deletions

View file

@ -1,8 +1,8 @@
.icons {
@apply flex space-x-1 mx-2 transition-colors duration-100 text-gray-400;
@apply flex space-x-1 mx-2 transition-colors duration-100 text-slate-400;
& svg {
@apply px-1 py-px cursor-pointer hover:text-gray-50 h-5 w-auto;
@apply px-1 py-px cursor-pointer hover:text-slate-50 h-5 w-auto;
}
}
@ -10,6 +10,6 @@
@apply mt-1 text-sm break-words line-clamp-2 pr-4;
& strong {
@apply text-gray-50 font-semibold break-all;
@apply text-slate-50 font-semibold break-all;
}
}