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'

const Heading = styled.div.attrs({
  'data-qa': 'qa-set-password-title',
}) `
  color: #2c2c2c;
  text-align: center;
  margin-bottom: rem(42);
  text-transform: uppercase;
  font-size: rem(28);
  font-weight: 700;
`
const Wrapper = styled.div `
  display: flex;
  flex-direction: column;
`

export { Heading, Wrapper }