import { Box } from '@/components'; import styled from 'styled-components'; export const EntriesActionsBar = styled(Box)` padding-bottom: 12px; display: flex; .bp4-form-group { margin-bottom: 0; label.bp4-label { opacity: 0.6; margin-right: 8px; } } `;