cinny/src/app/organisms/profile-editor/ProfileEditor.scss
2021-09-12 22:25:58 -05:00

24 lines
No EOL
396 B
SCSS

.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;
}