Devendra174's picture
Upload folder using huggingface_hub
f5071ca verified
raw
history blame contribute delete
893 Bytes
.profile {
display: flex;
flex: 1 0 auto;
background-color: white;
flex-direction: column;
align-items: center;
}
.profile__logo {
width: 100px;
object-fit: contain;
margin: 20px 0;
}
.profile__container {
width: 300px;
display: flex;
flex-direction: column;
padding: 20px;
border: 1px solid lightgray;
}
.profile__container > h1 {
font-weight: 500;
margin-bottom: 20px;
text-align: center;
}
.profile__container > form > h5 {
margin-bottom: 5px;
}
.profile__container > form > input {
height: 30px;
margin-bottom: 10px;
background-color: white;
width: 98%;
}
.profile__container > p {
margin: 15px 0;
font-size: 12px;
}
.profile__container > form > button {
background-color: #f0c14b;
border-radius: 2px;
width: 100%;
height: 30px;
border: 1px solid;
border-color: #a88734 #9c7e31 #846a29;
margin-top: 10px;
color: #111;
}