import styled from 'styled-components'; export const ButtonsWrapper = styled.div` display: flex; flex-grow: 1; padding: 10px; justify-content: space-between; button:not(:last-child) { margin-right: 10px; } `;