mirror of
https://github.com/dsoaress/link-free.git
synced 2026-08-18 07:26:03 +01:00
feat: add user management section
This commit is contained in:
14
src/components/Dash/UserSettings/EditUserModal/styles.ts
Normal file
14
src/components/Dash/UserSettings/EditUserModal/styles.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
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%;
|
||||
`
|
||||
Reference in New Issue
Block a user