UNPKG

@procraft/widget-order

Version:

Order widget for landing

19 lines (17 loc) 509 B
import styled from 'styled-components' import { ContainerStyled } from '../../components/Container/styles' import { TypographyStyled } from '../../components/Typography/styles' export const SubscriptionsStyled = styled(ContainerStyled)` ${TypographyStyled} { &.subscriptions--title { font-weight: 600; font-size: 11px; line-height: 13px; text-align: center; letter-spacing: 0.05em; text-transform: uppercase; color: #8398ac; margin: 0 0 5px; } } `