mirror of
https://github.com/dsoaress/link-free.git
synced 2026-08-17 06:56:04 +01:00
15 lines
247 B
TypeScript
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%;
|
|
`
|