2021-07-29 11:40:25 +01:00
|
|
|
.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;
|
2022-03-09 10:06:25 +01:00
|
|
|
width: em(140px);
|
2021-07-28 16:27:10 +01:00
|
|
|
justify-content: center;
|
2021-07-29 11:40:25 +01:00
|
|
|
display: flex;
|
2022-03-09 10:06:25 +01:00
|
|
|
color: black;
|
|
|
|
|
overflow: auto;
|
2021-07-29 11:40:25 +01:00
|
|
|
float: left;
|
|
|
|
|
|
2022-03-09 10:06:25 +01:00
|
|
|
.logo-icon{
|
|
|
|
|
width: 25.33%;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
|
|
|
|
|
img{
|
2021-07-29 11:40:25 +01:00
|
|
|
width: 100%;
|
|
|
|
|
margin: 0px auto;
|
|
|
|
|
}
|
|
|
|
|
}
|
2022-03-09 10:06:25 +01:00
|
|
|
|
|
|
|
|
.logo-description{
|
|
|
|
|
width: 74.67%;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
font-size: 8.5px;
|
|
|
|
|
font-family: Bahnschrift;
|
|
|
|
|
|
|
|
|
|
.logo-description-content{
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
|
|
.logo-description-text{
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
text-align: center;
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin: 0 !important;
|
|
|
|
|
padding: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.add-line{
|
|
|
|
|
width: 100%;
|
|
|
|
|
border-bottom: 1px solid #000;
|
|
|
|
|
margin-bottom: 2.5px !important;
|
|
|
|
|
padding: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.add-line-white{
|
|
|
|
|
width: 100%;
|
|
|
|
|
border-bottom: 1px solid #fff;
|
|
|
|
|
margin-bottom: 2.5px !important;
|
|
|
|
|
padding: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.color-white{
|
|
|
|
|
color: #fff !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.add-botton-border{
|
|
|
|
|
border-bottom: 1px solid #000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.add-botton-border-white{
|
|
|
|
|
border-bottom: 1px solid #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
2021-07-29 11:40:25 +01:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.btn-close{
|
|
|
|
|
float: right !important;
|
2021-07-28 16:27:10 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.profile-content{
|
|
|
|
|
width: 100% !important;
|
2021-07-29 11:40:25 +01:00
|
|
|
padding: 0 20px 50px 20px;
|
2021-07-28 16:27:10 +01:00
|
|
|
float: left;
|
|
|
|
|
|
2021-07-29 10:56:00 +01:00
|
|
|
.profile-title{
|
2021-07-29 11:40:25 +01:00
|
|
|
font-size: 20px;
|
2021-07-29 10:56:00 +01:00
|
|
|
font-weight: 300;
|
|
|
|
|
margin-bottom: 20px;
|
2021-07-28 16:27:10 +01:00
|
|
|
}
|
2021-07-29 10:56:00 +01:00
|
|
|
.profile-info{
|
|
|
|
|
margin-top: 20px;
|
2021-10-25 15:32:42 +01:00
|
|
|
color: black;
|
2021-07-29 10:56:00 +01:00
|
|
|
font-family: Roboto;
|
|
|
|
|
font-size: 13px;
|
2021-07-28 16:27:10 +01:00
|
|
|
|
2021-07-29 10:56:00 +01:00
|
|
|
.user-role{
|
|
|
|
|
background-color: white;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
padding: 12px;
|
|
|
|
|
color: black;
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
}
|
2021-07-28 16:27:10 +01:00
|
|
|
|
2021-07-29 10:56:00 +01:00
|
|
|
.container-div{
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
float: left;
|
|
|
|
|
overflow: hidden;
|
2021-07-28 16:27:10 +01:00
|
|
|
|
2021-07-29 10:56:00 +01:00
|
|
|
.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;
|
2021-10-25 16:59:32 +01:00
|
|
|
color: var(--profile-text-color);
|
2021-07-29 10:56:00 +01:00
|
|
|
}
|
|
|
|
|
}
|
2021-07-28 16:27:10 +01:00
|
|
|
}
|
2021-07-29 10:56:00 +01:00
|
|
|
}
|
2021-07-28 16:27:10 +01:00
|
|
|
|
2021-07-29 10:56:00 +01:00
|
|
|
.icon{
|
|
|
|
|
font-size: 40px;
|
|
|
|
|
}
|
2021-07-28 16:27:10 +01:00
|
|
|
|
2021-07-29 10:56:00 +01:00
|
|
|
.profile-pic{
|
|
|
|
|
width: 150px;
|
|
|
|
|
height: 150px;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
border-color: transparent !important;
|
2021-07-28 16:27:10 +01:00
|
|
|
}
|
|
|
|
|
|
2021-10-26 15:27:25 +01:00
|
|
|
.ion-icon-class-theme {
|
|
|
|
|
color: var(--profile-text-color) ;
|
|
|
|
|
}
|
|
|
|
|
|
2021-07-28 16:27:10 +01:00
|
|
|
.login-preference{
|
2021-07-29 10:56:00 +01:00
|
|
|
margin-top: 15px;
|
|
|
|
|
float: left;
|
|
|
|
|
font-family: Roboto;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
|
2021-07-28 16:27:10 +01:00
|
|
|
|
|
|
|
|
.preference{
|
2021-07-29 10:56:00 +01:00
|
|
|
font-size: 20px;
|
|
|
|
|
margin-bottom: 0 !important;
|
2021-07-28 16:27:10 +01:00
|
|
|
}
|
|
|
|
|
.checkBox{
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.buttonSize {
|
|
|
|
|
width: 100% !important;
|
2021-07-29 10:56:00 +01:00
|
|
|
margin: 15px 0 15px 0 !important;
|
2021-07-28 16:27:10 +01:00
|
|
|
}
|