generated from lucien/api-template
44 lines
No EOL
802 B
CSS
44 lines
No EOL
802 B
CSS
.edit-profile-page {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: start;
|
|
align-items: center;
|
|
width: 100%;
|
|
gap: 20px;
|
|
}
|
|
|
|
.edit-login {
|
|
width: 97%;
|
|
border: 1px solid #270722;
|
|
padding: 10px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
background-color: #fff6fd;
|
|
}
|
|
|
|
.edit-pfp {
|
|
width: 97%;
|
|
border: 1px solid #270722;
|
|
padding: 10px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
background-color: #fff6fd;
|
|
}
|
|
|
|
.edit-username {
|
|
width: 97%;
|
|
border: 1px solid #270722;
|
|
padding: 10px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
background-color: #fff6fd;
|
|
}
|
|
|
|
.edit-password {
|
|
width: 97%;
|
|
border: 1px solid #270722;
|
|
padding: 10px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
background-color: #fff6fd;
|
|
} |