Skip to content

Commit

Permalink
fix(*): card children styles
Browse files Browse the repository at this point in the history
  • Loading branch information
mptap committed Dec 12, 2024
1 parent e0e243e commit 3a9d4e8
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,15 @@ const { i18n: { t } } = composables.useI18n()
height: 160px;
padding: var(--kui-space-80, $kui-space-80);
width: 312px;
:deep(.card-title) {
font-size: var(--kui-font-size-30, $kui-font-size-30);
font-weight: var(--kui-font-weight-semibold, $kui-font-weight-semibold);
}
:deep(.card-content) {
color: var(--kui-color-text-neutral, $kui-color-text-neutral);
}
}
}
}
Expand Down

0 comments on commit 3a9d4e8

Please sign in to comment.