import { flexFlow } from '@monorail/helpers/flex' import styled from '@monorail/helpers/styled-components' export const ActionsContainer = styled.div` ${flexFlow('row')}; margin: auto 0 auto auto; `