Files
link-free/src/components/Dash/UserSettings/EditUserModal/styles.ts
2021-12-23 18:02:47 -03:00

15 lines
247 B
TypeScript

import styled from 'styled-components'
export const Wrapper = styled.form`
display: flex;
flex-direction: column;
gap: 1rem;
`
export const InputsGroup = styled.div`
display: flex;
flex-direction: column;
gap: 1rem;
width: 100%;
`