Repository URL to install this package:
|
Version:
0.0.2 ▾
|
@skava/packages
/
features
/
Authentication
/
SignInFlow
/
SocialSignIn
/
SocialSignInButton
/
styled.js
|
|---|
import { styled } from 'styleh-components';
import { Button } from '@skava/packages/ui';
export const StyledSocialLoginButton = styled(Button) `
position: relative;
height: 40px;
padding: 0;
line-height: 40px;
cursor: pointer;
text-align: center;
border-radius: $border-radius;
margin: 12px auto;
border: none;
width: 100%;
/* this was for social... */
font-weight: 500;
display: flex;
align-items: center;
justify-content: center;
.button-text {
display: inline-flex;
justify-self: center;
flex-basis: 90%;
text-align: right;
padding-left: 15%;
align-self: center;
}
svg {
margin-left: 7px;
display: inline-flex;
width: 24px;
height: 24px;
flex-basis: 10%;
}
`;
//# sourceMappingURL=styled.js.map