feat: add ui skeletons for course updates

This commit is contained in:
swve 2024-04-16 21:54:55 +02:00
parent d1a620b2e2
commit f0e5fa925d
5 changed files with 252 additions and 63 deletions

View file

@ -5,6 +5,10 @@
@tailwind components;
@tailwind utilities;
.nice-shadow {
@apply shadow-md shadow-gray-300/25 outline outline-1 outline-neutral-200/40
}
html,
body {
padding: 0;