Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
span.head{
display: flex;
justify-content: center;
color: white;
font-size: 25px;
letter-spacing: .03em;
}
.profile{
height: 375px;
margin: 0px;
background-color: #d2e3ff;
display: flex;
flex-direction: column;
align-items: center;
}
.profile h1{
color: black;
padding-bottom: 8px;
font-size: 34px!important;
margin-bottom: 0px;
font-weight: 500!important;
}
.profile img{
vertical-align: middle;
height: 150px;
border-radius: 70%;
width: 150px;
object-fit: cover;
object-position: center right;
margin-top: 60px;
}
.profile-input{
display: flex;
flex-direction: column;
margin-top: 12px;
align-items: center;
}
.profile-input label{
color: black;
}
input#lname{
border: 0;
outline: 0;
border-bottom: 1px solid #949494;
width: 200px;
margin-left: 12px;
}
input#fname{
border: 0;
outline: 0;
border-bottom: 1px solid #949494;
width: 200px;
margin-left: 12px;
}
.profle-input-lname{
margin-top: 30px;
}
.profile h2{
text-align: center;
}
.profile-status #status{
width: 270px;
border: 1px solid white;
border-radius: 20px;
padding: 5px 5px 5px 8px;
}
.profile-status{
margin-top: 10px;
display: flex;
flex-direction: column;
align-items: center;
color: black;
}
.btn.btn-update{
background: #FFC107;
color: #332c34;
font-weight: 600;
padding: 9px 22px;
font-size: 14px;
letter-spacing: .03em;
border-radius: 35px;
border:0px;
margin-top: 30px;
}
.btn.btn-update:hover{
transition: ease-in-out .3s;
background: #ecb307;
}
.update{
margin-top: 15px;
display: flex;
align-items: center;
flex-direction: column;
margin-bottom: 100px;
}
.update h2{
font-size: 25px;
font-weight: 600;
}
div.container-fluid{
display: flex!important;
justify-content: flex-end!important;
}
input#profilePicInput {
display: none;
}
label#new-pro {
color: #0048bf;
font-weight: 600;
}
.profile-container{
background: #d2e3ff;
}
.change-pic{
margin-top:29px;
}
.profile-status label{
margin-bottom: 8px;
}
#status{
color: #30333b;
font-weight: 500;
margin:10px;
}
.show-status{
width: 250px;
text-align: center;
}
nav#profile-nav{
background:#d2e3ff;
text-align: right;
}
nav#profile-nav a{
text-decoration: none;
color: #0048bf;
}
.profile-main.profile {
height: 100vh;
background: white;
}
.profile-main.profile a {
text-decoration: none;
color: black;
padding: 9px 22px;
margin-top: 25px;
background: #D2E3FF;
border-radius: 35px;
}