Files
cinny/src/app/organisms/profile-editor/ProfileEditor.scss
T

20 lines
342 B
SCSS
Raw Normal View History

2021-09-09 00:47:26 -05:00
.profile-editor {
display: flex;
align-items: end;
}
2021-09-12 22:25:58 -05:00
.profile-editor__input-container {
2021-09-09 00:47:26 -05:00
display: flex;
flex-direction: column;
2021-09-13 12:27:55 +05:30
margin: 0 var(--sp-normal);
2021-09-09 00:47:26 -05:00
width: 100%;
max-width: 400px;
}
2021-09-12 22:25:58 -05:00
.profile-editor__input-container > .text-b3 {
2021-09-09 00:47:26 -05:00
margin-bottom: var(--sp-ultra-tight)
}
.profile-editor > .btn-primary {
height: 46px;
}