changes in profile

This commit is contained in:
tiago.kayaya
2021-07-28 16:27:10 +01:00
parent ba82497d8e
commit 8b3d195403
14 changed files with 619 additions and 228 deletions
@@ -0,0 +1,73 @@
.btn-close{
padding: 20px 20px;
justify-content: center;
align-items: center;
float: right;
}
.profile-content{
width: 100% !important;
padding: 0px 20px;
float: left;
}
.icon{
font-size: 35px;
}
.go-back{
font-family: Roboto;
font-size: 25px;
.icon{
margin-right: 7px;
}
}
.profile-pic{
width: 200px;
height: 200px;
border-radius: 20px;
margin: 0px auto;
}
.profile-info{
.label-text{
font-size: 15px;
font-weight: bold;
color: white;
margin-bottom: 10px;
}
.user-role{
background-color: white;
border-radius: 5px;
padding: 12px;
font-family: Roboto;
font-size: 13px;
color: black;
text-align: center;
}
.email {
margin-top: 15px;
}
}
.login-preference{
margin-top: 44px;
.preference{
font-family: Roboto;
font-size: 15px;
margin-bottom: 20px;
font-weight: bold;
}
.checkBox{
margin-right: 10px;
}
}
.buttonSize {
width: 100% !important;
}