pl-fe: add card background to widgets

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2025-10-27 05:11:56 +01:00
parent faa520dc2c
commit da860225ad

View File

@ -349,6 +349,8 @@ body {
}
.-widget {
@include mixins.card($variant: rounded);
@apply black:p-0;
display: flex;
flex-direction: column;
gap: 1rem;