projeto-hit/frontend/src/components/Base/Form/FormComponent.style.jsx

11 lines
207 B
JavaScript

import styled from "styled-components";
const FormComponentStyled = styled.form`
display: flex;
width: 100%;
flex-direction: column;
align-items: flex-start;
`;
export default FormComponentStyled;