diff --git a/assets/scss/base/_global.scss b/assets/scss/base/_global.scss index ba2cb54..7678538 100644 --- a/assets/scss/base/_global.scss +++ b/assets/scss/base/_global.scss @@ -117,6 +117,19 @@ html { } } + .link { + @apply underline; + + &:hover, + &:focus { + @apply no-underline; + } + + &:focus { + @apply ring ring-2 ring-primary-200 + } + } + .rte { a:not(.btn) { @apply underline; @@ -131,6 +144,10 @@ html { } } + .btn { + @apply my-4; + } + h1 { @apply font-bold font-heading block text-2xl my-5; } diff --git a/local_packages/success/Configuration/Sets/SetsPromotion/settings.yaml b/local_packages/success/Configuration/Sets/SetsPromotion/settings.yaml index ec52908..cb834da 100644 --- a/local_packages/success/Configuration/Sets/SetsPromotion/settings.yaml +++ b/local_packages/success/Configuration/Sets/SetsPromotion/settings.yaml @@ -12,10 +12,10 @@ ui: color: primary: "rgb(255, 135, 0)" secondary: "rgb(71, 128, 113)" - light: "rgb(163, 208, 196)" - primarytext: "var(--color-whitetext)" - secondarytext: "var(--color-blacktext)" - lighttext: "var(--color-whitetext)" + light: "rgb(199, 230, 222)" + primarytext: "white" + secondarytext: "white" + lighttext: "black" dark: color: diff --git a/local_packages/success/Resources/Private/Templates/SetsPromotion/Content/SuccessHero.html b/local_packages/success/Resources/Private/Templates/SetsPromotion/Content/SuccessHero.html new file mode 100644 index 0000000..5512575 --- /dev/null +++ b/local_packages/success/Resources/Private/Templates/SetsPromotion/Content/SuccessHero.html @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + +
+ + + +
+
+
+ + + +
{data.bodytext -> f:format.html(parseFuncTSPath: 'lib.parseFunc')}
+
+ +
+ +
+
+
+
+
+
+ + +
+
+
+
+
+ + + +
{data.bodytext -> f:format.html(parseFuncTSPath: 'lib.parseFunc')}
+
+
+ +
+
+
+ +
+
+ + + +
+
+
+
+
+
+ diff --git a/local_packages/success/Resources/Private/Templates/_LandingPage/Content/SuccessFeatures.html b/local_packages/success/Resources/Private/Templates/_LandingPage/Content/SuccessFeatures.html index 7dbb530..ca8e88f 100644 --- a/local_packages/success/Resources/Private/Templates/_LandingPage/Content/SuccessFeatures.html +++ b/local_packages/success/Resources/Private/Templates/_LandingPage/Content/SuccessFeatures.html @@ -39,7 +39,7 @@
{feature.header}
-
{feature.text -> f:format.html(parseFuncTSPath: 'lib.parseFunc')}
+
{feature.text -> f:format.html(parseFuncTSPath: 'lib.parseFunc')}
diff --git a/local_packages/success/Resources/Private/Templates/_LandingPage/Content/SuccessHero.html b/local_packages/success/Resources/Private/Templates/_LandingPage/Content/SuccessHero.html index 45fb41d..c824d0d 100644 --- a/local_packages/success/Resources/Private/Templates/_LandingPage/Content/SuccessHero.html +++ b/local_packages/success/Resources/Private/Templates/_LandingPage/Content/SuccessHero.html @@ -15,7 +15,7 @@ -
+