mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-17 20:50:29 +03:00
Move files and rename classes.
This commit is contained in:
parent
fcb4104856
commit
f97596689f
5 changed files with 22 additions and 21 deletions
24
src/app/organisms/profile-editor/ProfileEditor.scss
Normal file
24
src/app/organisms/profile-editor/ProfileEditor.scss
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
.profile-editor {
|
||||
display: flex;
|
||||
align-items: end;
|
||||
}
|
||||
|
||||
.img-upload {
|
||||
margin-right: var(--sp-normal)
|
||||
}
|
||||
|
||||
.profile-editor__input-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-right: var(--sp-normal);
|
||||
width: 100%;
|
||||
max-width: 400px;
|
||||
}
|
||||
|
||||
.profile-editor__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