VAN-405: Redesign social auth provider component (#236)
This commit is contained in:
committed by
Waheed Ahmed
parent
43e0372be5
commit
07ba88e761
@@ -63,7 +63,6 @@ $apple-focus-black: $apple-black;
|
||||
.btn-social {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
|
||||
margin-bottom: 1rem;
|
||||
@@ -97,10 +96,6 @@ $apple-focus-black: $apple-black;
|
||||
}
|
||||
|
||||
.tpa-container {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: flex-start;
|
||||
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
@@ -306,13 +301,11 @@ $apple-focus-black: $apple-black;
|
||||
|
||||
@media (max-width: 600px) {
|
||||
.btn-social {
|
||||
width: 47%;
|
||||
width: 100%;
|
||||
margin-bottom: 0.75rem;
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
|
||||
.tpa-container {
|
||||
justify-content: center;
|
||||
}
|
||||
.form-control {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@@ -29,7 +29,7 @@ function SocialAuthProviders(props) {
|
||||
onClick={handleSubmit}
|
||||
>
|
||||
{provider.iconImage ? (
|
||||
<div className="ml-auto" aria-hidden="true">
|
||||
<div aria-hidden="true">
|
||||
<img className="icon-image" src={provider.iconImage} alt={`icon ${provider.name}`} />
|
||||
</div>
|
||||
)
|
||||
|
||||
@@ -101,7 +101,6 @@ Array [
|
||||
>
|
||||
<div
|
||||
aria-hidden="true"
|
||||
className="ml-auto"
|
||||
>
|
||||
<img
|
||||
alt="icon Apple"
|
||||
@@ -131,7 +130,6 @@ Array [
|
||||
>
|
||||
<div
|
||||
aria-hidden="true"
|
||||
className="ml-auto"
|
||||
>
|
||||
<img
|
||||
alt="icon Facebook"
|
||||
|
||||
@@ -171,7 +171,6 @@ exports[`LoginPage should match TPA provider snapshot 1`] = `
|
||||
>
|
||||
<div
|
||||
aria-hidden="true"
|
||||
className="ml-auto"
|
||||
>
|
||||
<img
|
||||
alt="icon Apple"
|
||||
|
||||
@@ -1541,7 +1541,6 @@ exports[`RegistrationPageTests should match TPA provider snapshot 1`] = `
|
||||
>
|
||||
<div
|
||||
aria-hidden="true"
|
||||
className="ml-auto"
|
||||
>
|
||||
<img
|
||||
alt="icon Apple"
|
||||
|
||||
Reference in New Issue
Block a user