mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
119 lines
2.0 KiB
SCSS
119 lines
2.0 KiB
SCSS
.main-content{
|
|
overflow: hidden !important;
|
|
}
|
|
.profile-header{
|
|
margin: 0 em(20px);
|
|
// background-color: #0782c9;
|
|
padding: 20px 20px;
|
|
border: 0!important;
|
|
overflow: auto;
|
|
|
|
.div-logo{
|
|
background: transparent;
|
|
width: calc(100% - 40px) !important;
|
|
justify-content: center;
|
|
display: flex;
|
|
float: left;
|
|
|
|
.logo{
|
|
width: 140px;
|
|
.img{
|
|
width: 100%;
|
|
margin: 0px auto;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.btn-close{
|
|
float: right !important;
|
|
}
|
|
|
|
.profile-content{
|
|
width: 100% !important;
|
|
padding: 0 20px 50px 20px;
|
|
float: left;
|
|
|
|
.profile-title{
|
|
font-size: 20px;
|
|
font-weight: 300;
|
|
margin-bottom: 20px;
|
|
}
|
|
.profile-info{
|
|
margin-top: 20px;
|
|
color: black;
|
|
font-family: Roboto;
|
|
font-size: 13px;
|
|
|
|
.user-role{
|
|
background-color: white;
|
|
border-radius: 5px;
|
|
padding: 12px;
|
|
color: black;
|
|
text-align: center;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.container-div{
|
|
margin-bottom: 5px;
|
|
float: left;
|
|
overflow: hidden;
|
|
|
|
.ion-item-class-2{
|
|
margin: 0px auto;
|
|
}
|
|
.ion-icon-class{
|
|
color: #ebebeb;
|
|
width: 40px;
|
|
height: 40px;
|
|
float: left;
|
|
padding: 5px;
|
|
font-size: 25px;
|
|
}
|
|
.ion-input-class{
|
|
width: calc(100% - 40px);
|
|
height: 40px;
|
|
border: 1px solid #ebebeb;
|
|
border-radius: 5px;
|
|
padding-left: 5px;
|
|
padding-right: 10px;
|
|
float: left;
|
|
background-color: transparent;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.icon{
|
|
font-size: 40px;
|
|
}
|
|
|
|
.profile-pic{
|
|
width: 150px;
|
|
height: 150px;
|
|
border-radius: 50%;
|
|
margin: 0 auto;
|
|
border-color: transparent !important;
|
|
}
|
|
|
|
.login-preference{
|
|
margin-top: 15px;
|
|
float: left;
|
|
font-family: Roboto;
|
|
font-size: 13px;
|
|
font-weight: 300;
|
|
|
|
|
|
.preference{
|
|
font-size: 20px;
|
|
margin-bottom: 0 !important;
|
|
}
|
|
.checkBox{
|
|
margin-right: 10px;
|
|
}
|
|
}
|
|
|
|
.buttonSize {
|
|
width: 100% !important;
|
|
margin: 15px 0 15px 0 !important;
|
|
}
|