6 lines
101 B
SCSS
6 lines
101 B
SCSS
@use "../variables" as *;
|
|
|
|
.part-card {
|
|
@apply border rounded p-4 shadow;
|
|
background: $card-bg;
|
|
} |