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 Link from '@skava/ui/dist/components/atoms/Link'

const LinkHeader = styled.div`
  display: flex;
  align-items: center;
  position: absolute;
  font-size: rem(16);
  padding: rem(4) rem(16) 0 0;
  right: 0;
`

const StyledLink = styled.withComponent(Link)`
  text-decoration: none;
  text-transform: capitalize;
  color: #000;
`

const Wrapper = styled.div``

export { LinkHeader, StyledLink, Wrapper }