blob: 3d5be56c1ff103ea858cf0fd4b2e8f43c43b5398 [file] [log] [blame]
import {css} from 'lit';
export const FORM_STYLES = css`
.form-line {
display: flex;
flex-direction: row;
align-items: center;
margin-block: 1em;
gap: .5rem;
}
`;