mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
64 lines
964 B
SCSS
64 lines
964 B
SCSS
.profile-content{
|
|
padding: 20px 20px;
|
|
}
|
|
|
|
.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;
|
|
} |