import css from '~styles' /* -------------------------------------------------- */ /* Buttons Row */ /* -------------------------------------------------- */ export const buttonsRow = css({ position: 'relative', display: 'flex', width: '100%', background: 'none', border: 'none', cursor: 'pointer', outline: 'none', alignItems: 'center', justifyContent: 'flex-start', padding: 0, })