import styled from 'styled-components'; export const Container = styled.div` padding: 4px 0; `;