diff --git a/template-components/cards/page-card.css b/template-components/cards/page-card.css new file mode 100644 index 0000000..d21f0e6 --- /dev/null +++ b/template-components/cards/page-card.css @@ -0,0 +1,10 @@ +.page-card { + @apply p-6 shadowed my-4 bg-white rounded-2xl; + + &__title { + @apply !text-2xl font-bold text-secondary; + } + &__cta { + @apply hidden; + } +} diff --git a/template-components/cards/page-card.php b/template-components/cards/page-card.php new file mode 100644 index 0000000..5507905 --- /dev/null +++ b/template-components/cards/page-card.php @@ -0,0 +1,18 @@ +'; +print_r($args); +echo ''; +?> + + +