import styled from 'styled-components'; const Wrapper = styled.div` display: flex; > div:first-of-type { margin-right: 10px; } > div:last-of-type { width: 90px; } `; export default Wrapper;