ui(admin): add "working" React admin ui
This commit is contained in:
parent
d1c7494933
commit
5402584508
199 changed files with 13387 additions and 151 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue