mirror of
https://github.com/Macrame-App/Macrame
synced 2025-12-29 15:29:26 +00:00
WIP: Update to device components
This commit is contained in:
parent
3b38372b4b
commit
6872269266
8 changed files with 203 additions and 56 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue