From 278611928a3b671f77ca0e0c5e01e2e593736773 Mon Sep 17 00:00:00 2001 From: Ehab-hassan Date: Mon, 16 Aug 2021 09:14:49 +0000 Subject: [PATCH 1/2] update css for brandpanel and card --- src/assets/scss/main.scss | 2 +- .../custom/sections/CallToAction.vue | 62 ++++++++++--------- .../sections/cta-sections/BrandPanel.vue | 12 ++-- .../sections/cta-sections/Header.vue | 6 +- .../sections/cta-sections/NewCard.vue | 42 ++++++++----- 5 files changed, 67 insertions(+), 57 deletions(-) diff --git a/src/assets/scss/main.scss b/src/assets/scss/main.scss index 722e31367..68313866f 100644 --- a/src/assets/scss/main.scss +++ b/src/assets/scss/main.scss @@ -30,10 +30,10 @@ h1, h2 { font-family: "Roboto", sans-serif !important; } +// tft page .tft_section h2{ font-family: 'Oswald', sans-serif !important; } - .tft_subtitle{ font-family: 'Oswald', sans-serif; font-weight: 400 !important; diff --git a/src/components/custom/sections/CallToAction.vue b/src/components/custom/sections/CallToAction.vue index 6891127b5..60934dabd 100644 --- a/src/components/custom/sections/CallToAction.vue +++ b/src/components/custom/sections/CallToAction.vue @@ -227,49 +227,51 @@ -
+

{{ cta.title }}

-
+
@@ -257,17 +257,13 @@

{{ brand.title }} @@ -275,7 +271,7 @@ brand.subtitle }}

-
+
{{ button }}{{ button }}
-
-

{{ card.title }}

-
+
+

{{ card.title }}

+
{{ card.button }} @@ -28,14 +33,19 @@ v-else :href="card.link" class=" - bg-blue-900 + inline-block + bg-gray-900 + text-xl learn-button - hover:bg-blue-700 + hover:bg-gray-800 text-gray-100 - px-5 - py-3 - font-semibold - rounded + px-16 + py-1 + mb-4 + shadow + rounded-full + tft_subtitle + tracking-wide " >{{ card.button }} From 1c6ca2c8474493fc1e2689dfa20bf48977ec9299 Mon Sep 17 00:00:00 2001 From: Ehab-hassan Date: Mon, 16 Aug 2021 09:31:50 +0000 Subject: [PATCH 2/2] update tft uses --- src/components/custom/Slider.vue | 8 ++++---- .../sections/team-sections/with_large_images.vue | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/custom/Slider.vue b/src/components/custom/Slider.vue index e37f93a99..e935dfb98 100644 --- a/src/components/custom/Slider.vue +++ b/src/components/custom/Slider.vue @@ -1,10 +1,10 @@