* feat: add Form to UserSettingProfile * feat: submit user information * feat: submit new password to backend
13 lines
147 B
Plaintext
13 lines
147 B
Plaintext
.settingWrapper {
|
|
width: 100%;
|
|
|
|
.outletWrapper {
|
|
padding: 32px 32px 0;
|
|
}
|
|
|
|
.itemDescription {
|
|
padding: 10px 0;
|
|
margin: 0;
|
|
}
|
|
}
|