mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-16 20:20:29 +03:00
Add profile editor in settings
This commit is contained in:
parent
cdf421f0f1
commit
6c78060876
6 changed files with 196 additions and 0 deletions
24
src/app/molecules/profile-editor/ProfileEditor.scss
Normal file
24
src/app/molecules/profile-editor/ProfileEditor.scss
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
.profile-editor {
|
||||
display: flex;
|
||||
align-items: end;
|
||||
}
|
||||
|
||||
.img-upload-container {
|
||||
margin-right: var(--sp-normal)
|
||||
}
|
||||
|
||||
.display-name-input-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-right: var(--sp-normal);
|
||||
width: 100%;
|
||||
max-width: 400px;
|
||||
}
|
||||
|
||||
.display-name-input-container > .text-b3 {
|
||||
margin-bottom: var(--sp-ultra-tight)
|
||||
}
|
||||
|
||||
.profile-editor > .btn-primary {
|
||||
height: 46px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue