You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
1.0 KiB

.header.data-v-17c83bce{
display: flex;
justify-content: right;
margin: 10px 10px;
}
.exit.data-v-17c83bce{
font-weight: bold;
cursor: pointer;
}
.profile-container.data-v-17c83bce {
padding: 20px;
}
.avatar-display.data-v-17c83bce {
margin-top: 40px;
display: flex;
justify-content: center;
margin-bottom: 20px;
}
.avatar-image.data-v-17c83bce {
width: 100px;
height: 100px;
border-radius: 50%;
}
.form.data-v-17c83bce {
margin-top: 40px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.input-group.data-v-17c83bce {
margin-bottom: 15px;
width: 90%;
}
.label.data-v-17c83bce {
font-weight: bold;
}
.info-input.data-v-17c83bce {
margin: 5px auto;
border: 1px solid #ccc;
padding: 5px;
border-radius: 4px;
}
.info.data-v-17c83bce {
margin-left: 5px;
}
.save-button.data-v-17c83bce {
margin-top: 50px;
background-color: #1E90FF;
width: 320px;
height: 60px;
color: white;
padding: 10px;
border: none;
border-radius: 5px;
text-align: center;
}