diff --git a/src/components/page/LandingSneakPeekEvent.vue b/src/components/page/LandingSneakPeekEvent.vue index 6593dd17..821a85ab 100644 --- a/src/components/page/LandingSneakPeekEvent.vue +++ b/src/components/page/LandingSneakPeekEvent.vue @@ -128,8 +128,8 @@ export default { setTimeout(() => { this.sneakPeek(); this.addAdScript(); - this.addEventScript(); - }, 200); + setTimeout(() => this.addEventScript(), 500); + }, 100); }, }; diff --git a/src/components/summit/AnnouncementSection.vue b/src/components/summit/AnnouncementSection.vue index ea7d197a..6fd3f951 100644 --- a/src/components/summit/AnnouncementSection.vue +++ b/src/components/summit/AnnouncementSection.vue @@ -8,11 +8,7 @@ id="eventbrite-widget-modal-trigger-444225429217" type="button" > - check icon - {{ data.cta_button.title }} + {{ data.cta_button.title }} @@ -82,7 +78,8 @@ export default { gap: 6px; width: 100%; max-width: 261px; - padding: 22px 0; + padding-top: 25px; + padding-bottom: 22px; border-radius: 100px; font-size: 20px !important; font-weight: 700; @@ -92,10 +89,6 @@ export default { font-family: "Hind"; margin-bottom: 0; - span { - padding-top: 3px; - } - &:visited:hover, &:hover { color: var(--color-newBrand-blue-03); diff --git a/src/components/summit/HeroSection.vue b/src/components/summit/HeroSection.vue index 22207609..ce4faef7 100644 --- a/src/components/summit/HeroSection.vue +++ b/src/components/summit/HeroSection.vue @@ -15,11 +15,7 @@ id="eventbrite-widget-modal-trigger-444225429217" type="button" > - check icon - {{ data.cta_button.title }} + {{ data.cta_button.title }} @@ -68,7 +64,8 @@ export default { gap: 6px; width: 100%; max-width: 261px; - padding: 22px 0; + padding-top: 25px; + padding-bottom: 22px; border-radius: 100px; font-size: 20px !important; font-weight: 700; @@ -83,10 +80,6 @@ export default { background-color: var(--color-newBrand-blue-04); color: var(--color-analog-primary-white); } - - span { - padding-top: 3px; - } } &__wrapper { diff --git a/src/sass/_new-swirls.scss b/src/sass/_new-swirls.scss index 6a98900d..3c971951 100644 --- a/src/sass/_new-swirls.scss +++ b/src/sass/_new-swirls.scss @@ -167,24 +167,19 @@ } .orange__swirl__bottom{ - //background-image: url("../../src/assets/swirl-green-top.svg"); - // background-repeat: no-repeat; - // background-position: bottom; - // background-size: cover; height: 230px; position: relative; padding: 0; + margin-top: 64px; & .content{ - & .box{ - - & img{ position: absolute; left: 0; right: 0; - top: 0; + top: auto; + bottom: 0; width: 100%; z-index: -100; overflow: hidden; @@ -192,10 +187,13 @@ @include respond-to("<=m"){ display: none; } + + @include respond-to(">=xxl"){ + top: 0; + bottom: auto; + } } - } - } @include respond-to(">=xxl"){ diff --git a/src/templates/LearnArticle.vue b/src/templates/LearnArticle.vue index d1cd9270..0d0a56a6 100644 --- a/src/templates/LearnArticle.vue +++ b/src/templates/LearnArticle.vue @@ -25,22 +25,25 @@ - + -