From 44aedfeccf759ed0d412a08b6861a2728c303b41 Mon Sep 17 00:00:00 2001 From: Joaquin Rivero Date: Mon, 8 Jan 2024 07:16:13 -0800 Subject: [PATCH 1/3] CLS --- acrobat/blocks/eventwrapper/eventwrapper.css | 4 ++++ acrobat/styles/styles.css | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/acrobat/blocks/eventwrapper/eventwrapper.css b/acrobat/blocks/eventwrapper/eventwrapper.css index 1739aae6..4919744a 100644 --- a/acrobat/blocks/eventwrapper/eventwrapper.css +++ b/acrobat/blocks/eventwrapper/eventwrapper.css @@ -50,6 +50,10 @@ body:not([data-current-event]) [data-event-name=onload] { animation-name: fade-in; } +.review.hide { + opacity: 0; +} + @keyframes fade-in { 0% { opacity: 0; diff --git a/acrobat/styles/styles.css b/acrobat/styles/styles.css index 79035872..7d348033 100644 --- a/acrobat/styles/styles.css +++ b/acrobat/styles/styles.css @@ -40,7 +40,7 @@ div[data-section="widget"] { padding: 0; position: relative; left:0; - top: 70px; + top: 30px; right:0; z-index: 1; } From b1bb821a883e32b8813f458066579a8cfe3d73fc Mon Sep 17 00:00:00 2001 From: Joaquin Rivero Date: Mon, 8 Jan 2024 12:49:26 -0800 Subject: [PATCH 2/3] Stylelint fixes --- .../dc-converter-widget-ootb.css | 1 + .../dc-converter-widget.css | 2 +- acrobat/blocks/eventwrapper/eventwrapper.css | 2 +- .../blocks/personalization/personalization.css | 7 ++++--- acrobat/styles/styles.css | 18 +++++++++--------- 5 files changed, 16 insertions(+), 14 deletions(-) diff --git a/acrobat/blocks/dc-converter-widget-ootb/dc-converter-widget-ootb.css b/acrobat/blocks/dc-converter-widget-ootb/dc-converter-widget-ootb.css index ec145b79..52f0f673 100644 --- a/acrobat/blocks/dc-converter-widget-ootb/dc-converter-widget-ootb.css +++ b/acrobat/blocks/dc-converter-widget-ootb/dc-converter-widget-ootb.css @@ -35,6 +35,7 @@ background-color: white; min-height: 570px; display: flex; + /* flex: 1 1 auto; */ flex-direction: column; } diff --git a/acrobat/blocks/dc-converter-widget/dc-converter-widget.css b/acrobat/blocks/dc-converter-widget/dc-converter-widget.css index 8b137891..bebed91b 100644 --- a/acrobat/blocks/dc-converter-widget/dc-converter-widget.css +++ b/acrobat/blocks/dc-converter-widget/dc-converter-widget.css @@ -1 +1 @@ - +/* Required empty file for [dc-concerter-widget]. */ diff --git a/acrobat/blocks/eventwrapper/eventwrapper.css b/acrobat/blocks/eventwrapper/eventwrapper.css index 4919744a..6a898845 100644 --- a/acrobat/blocks/eventwrapper/eventwrapper.css +++ b/acrobat/blocks/eventwrapper/eventwrapper.css @@ -95,7 +95,7 @@ body.l2-state.hide-content .global-footer { } body.l2-state.hide-content h3[class^='FrictionlessNavBar__topbarTitle'] svg g { - stroke: rgb(124, 195, 63); + stroke: rgb(124 195 63); } #CID.wapper-rotate-pages, diff --git a/acrobat/blocks/personalization/personalization.css b/acrobat/blocks/personalization/personalization.css index 99be5030..8d7e3c65 100644 --- a/acrobat/blocks/personalization/personalization.css +++ b/acrobat/blocks/personalization/personalization.css @@ -12,14 +12,15 @@ background-color: #f44336; padding: 5px; } + .personalization > div, .personalization > div > div:nth-child(1) { display: none; } -[data-tag='default'], -[data-tag='2nd conversion'], -[data-tag='upsell'] { +.personalizationShowAll [data-tag='default'], +.personalizationShowAll [data-tag='2nd conversion'], +.personalizationShowAll [data-tag='upsell'] { display: block !important; } diff --git a/acrobat/styles/styles.css b/acrobat/styles/styles.css index 7d348033..ca5465fe 100644 --- a/acrobat/styles/styles.css +++ b/acrobat/styles/styles.css @@ -23,15 +23,20 @@ div[data-section="widget"] { min-height: 570px; } -#dc-converter-widget > div:first-of-type { - display: none; -} - .DCHosted__container___3HQ1f > div:first-of-type { min-height: 570px; background-color: #fff; } +/* ootb widget */ +.dc-converter-widget > div:first-of-type { + display: none; +} + +#dc-converter-widget > div:first-of-type { + display: none; +} + #CID { width: 75%; max-width: 75%; @@ -451,11 +456,6 @@ div.how-to ol li::before{ padding: 20px; } -/* ootb widget */ -.dc-converter-widget > div:first-of-type { - display: none; -} - .widget-heading { font-size: 36px; margin: 40px 10px; From c6a99860094c7b27511d222ae1901188b134fef3 Mon Sep 17 00:00:00 2001 From: Joaquin Rivero Date: Mon, 8 Jan 2024 12:51:30 -0800 Subject: [PATCH 3/3] Update dc-converter-widget.css --- acrobat/blocks/dc-converter-widget/dc-converter-widget.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acrobat/blocks/dc-converter-widget/dc-converter-widget.css b/acrobat/blocks/dc-converter-widget/dc-converter-widget.css index bebed91b..565dbd7f 100644 --- a/acrobat/blocks/dc-converter-widget/dc-converter-widget.css +++ b/acrobat/blocks/dc-converter-widget/dc-converter-widget.css @@ -1 +1 @@ -/* Required empty file for [dc-concerter-widget]. */ +/* Required empty file for [dc-converter-widget]. */