From ae53834756b2f8be6f2d6869a1614bd49114e50b Mon Sep 17 00:00:00 2001 From: Michaela Robosova Date: Tue, 19 Nov 2024 19:29:38 +0100 Subject: [PATCH] [WIP] abstract below and above title, and title areas into one whole to allow easier styling. --- lib/cards/KCard.vue | 176 +++++++++++++++++++++++--------------------- 1 file changed, 92 insertions(+), 84 deletions(-) diff --git a/lib/cards/KCard.vue b/lib/cards/KCard.vue index 84319c6c7..f037ae86b 100644 --- a/lib/cards/KCard.vue +++ b/lib/cards/KCard.vue @@ -17,13 +17,14 @@ :class="['card-area', ...cardAreaClasses ]" :style="{ backgroundColor: $themeTokens.surface }" > - - - - - - - - - - - - + +
+ + +
+
+ + +
+
-
- - -
-
- - -
+