Skip to content

Commit

Permalink
attending feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraPinilla committed Dec 18, 2024
1 parent 16ffbec commit f36ad42
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
5 changes: 5 additions & 0 deletions blocks/identity-block/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function AppleSignIn({ customButtons, socialSignOnIn, className, oidcClients = [
return (
<div
data-testid="apple-sign-in-button"
style={{ width: '100%', justifyContent: 'center', display: 'flex' }}
className={`${className}__Apple__sso`}
>
<Button
id="apple-btn"
Expand Down
10 changes: 10 additions & 0 deletions blocks/identity-block/themes/news.json
Original file line number Diff line number Diff line change
Expand Up @@ -863,6 +863,16 @@
"desktop": {}
}
},
"social-sign-on-button-container-apple-sso":{
"styles": {
"default": {
"inline-size": "100%",
"justify-content": "center",
"display": "flex"
},
"desktop": {}
}
},
"social-sign-on-dividerWithText": {
"styles": {
"default": {
Expand Down

0 comments on commit f36ad42

Please sign in to comment.