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