WIP: Update to device components

This commit is contained in:
Jesse Malotaux 2025-03-24 20:22:49 +01:00
parent 3b38372b4b
commit 6872269266
8 changed files with 203 additions and 56 deletions

View file

@ -25,8 +25,9 @@ defineProps({
@reference "@/assets/main.css";
.alert {
@apply flex
items-center
@apply grid
grid-cols-[1rem_1fr]
items-start
gap-4
p-4
border
@ -36,7 +37,7 @@ defineProps({
backdrop-blur-md;
&.alert__info {
@apply text-sky-400 bg-sky-400/10;
@apply text-sky-100 bg-sky-400/40;
}
&.alert__success {