From 2ff94d56615b1f32ef4327d613e0f0ca29f45d88 Mon Sep 17 00:00:00 2001 From: LauraPinilla <54566275+LauraPinilla@users.noreply.github.com> Date: Wed, 18 Dec 2024 15:01:39 -0600 Subject: [PATCH] ASUB-8954 Fixing style (#2282) Fixing style, attending feedback and fixing typo --- blocks/identity-block/_index.scss | 5 +++++ .../social-sign-on/_children/AppleSignIn.jsx | 2 +- .../identity-block/features/social-sign-on/default.jsx | 2 +- blocks/identity-block/themes/news.json | 10 ++++++++++ .../features/checkout/_children/Review/index.jsx | 8 ++++---- 5 files changed, 21 insertions(+), 6 deletions(-) diff --git a/blocks/identity-block/_index.scss b/blocks/identity-block/_index.scss index e3471531c..981a90f47 100644 --- a/blocks/identity-block/_index.scss +++ b/blocks/identity-block/_index.scss @@ -219,6 +219,11 @@ @include scss.block-properties("social-sign-on-button-container-apple-custom"); } + &__sso{ + @include scss.block-components("social-sign-on-button-container-apple-sso"); + @include scss.block-properties("social-sign-on-button-container-apple-sso"); + } + @include scss.block-components("social-sign-on-button-container-apple"); @include scss.block-properties("social-sign-on-button-container-apple"); } diff --git a/blocks/identity-block/components/social-sign-on/_children/AppleSignIn.jsx b/blocks/identity-block/components/social-sign-on/_children/AppleSignIn.jsx index 90f3cbd6f..56863b4e8 100644 --- a/blocks/identity-block/components/social-sign-on/_children/AppleSignIn.jsx +++ b/blocks/identity-block/components/social-sign-on/_children/AppleSignIn.jsx @@ -31,7 +31,7 @@ function AppleSignIn({ customButtons, socialSignOnIn, className, oidcClients = [ return (