1 2 3 4 5 6 7 8 9
// @flow import styled from 'styled-components'; export default styled.div` align-items: center; display: flex; padding: 8px 0; `;