Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
fix: scope card child style (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukicenturi authored Dec 1, 2023
1 parent 8c5793b commit a6926e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/cards/Card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -119,17 +119,17 @@ const hasHeadContent = computed(() => !!slots.header || !!slots.subheader);
}
&.dense {
.content {
> .content {
@apply p-3;
}
.footer {
> .footer {
@apply py-1 flex space-x-2;
}
}
&.no-padding {
.content {
> .content {
@apply p-0;
}
}
Expand Down

0 comments on commit a6926e2

Please sign in to comment.