1 2 3 4 5 6 7 8
// @flow import styled from 'styled-components'; export default styled.div` margin-right: 68px; padding: 0 0.8em; `;