Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
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