From 0f545b1ce03cd45d239f69066ac92f47399b4117 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Sun, 23 Jan 2022 12:28:05 +0200 Subject: [PATCH] update css and font --- .../custom/sections/CallToAction.vue | 56 +++++++++-------- .../sections/blog-sections/3_column_cards.vue | 4 +- .../sections/cta-sections/BrandPanel.vue | 45 +++++++------- .../sections/cta-sections/Header.vue | 12 ++-- .../feature-sections/SimpleColumns.vue | 55 ++++++++-------- .../sections/stats-sections/SimpleInCard.vue | 62 ++++++++++--------- 6 files changed, 125 insertions(+), 109 deletions(-) diff --git a/src/components/custom/sections/CallToAction.vue b/src/components/custom/sections/CallToAction.vue index fd2205a7c..59e8bf602 100644 --- a/src/components/custom/sections/CallToAction.vue +++ b/src/components/custom/sections/CallToAction.vue @@ -1777,32 +1777,35 @@
-

+

{{ cta.title }} {{ cta.subtitle }}

{{ cta.button }} @@ -1810,17 +1813,20 @@ v-else :href="cta.link" class=" - green - bg-green-300 - lg:text-2xl - text-lg - font-extrabold - px-12 - hover:bg-green-200 - rounded-lg - py-4 - mb-4 - shadow + + inline-block + bg-white + text-lg + learn-button + hover:bg-gray-400 + px-12 + py-1 + mr-5 + my-4 + border-2 + shadow + border-black + " >{{ cta.button }} diff --git a/src/components/marketing/sections/blog-sections/3_column_cards.vue b/src/components/marketing/sections/blog-sections/3_column_cards.vue index 244c0431e..e3b765f98 100644 --- a/src/components/marketing/sections/blog-sections/3_column_cards.vue +++ b/src/components/marketing/sections/blog-sections/3_column_cards.vue @@ -1,7 +1,7 @@