2021-11-10 17:46:11 +01:00
|
|
|
.profile-header {
|
2021-07-28 16:27:10 +01:00
|
|
|
margin: 0 em(20px);
|
|
|
|
|
// background-color: #0782c9;
|
2021-07-28 09:34:11 +01:00
|
|
|
padding: 20px 20px;
|
2021-11-10 17:46:11 +01:00
|
|
|
border: 0 !important;
|
2021-07-28 16:27:10 +01:00
|
|
|
|
2022-03-09 10:06:25 +01:00
|
|
|
.div-logo{
|
2021-07-28 16:27:10 +01:00
|
|
|
background: transparent;
|
2022-03-09 10:06:25 +01:00
|
|
|
width: em(140px);
|
2021-07-28 16:27:10 +01:00
|
|
|
justify-content: center;
|
|
|
|
|
display: flex;
|
2022-03-09 10:06:25 +01:00
|
|
|
color: black;
|
|
|
|
|
overflow: auto;
|
2021-07-28 16:27:10 +01:00
|
|
|
float: left;
|
|
|
|
|
|
2022-03-09 10:06:25 +01:00
|
|
|
.logo-icon{
|
|
|
|
|
width: 25.33%;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
|
|
|
|
|
img{
|
2021-07-28 16:27:10 +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-28 16:27:10 +01:00
|
|
|
}
|
|
|
|
|
}
|
2021-11-10 17:46:11 +01:00
|
|
|
.btn-close {
|
2021-07-29 11:40:25 +01:00
|
|
|
float: right !important;
|
2021-07-28 16:27:10 +01:00
|
|
|
}
|
2021-11-10 17:46:11 +01:00
|
|
|
.profile-content {
|
|
|
|
|
padding: 20px 20px;
|
|
|
|
|
//color: var(--profile-text-color) !important;
|
2021-07-28 09:34:11 +01:00
|
|
|
}
|
|
|
|
|
|
2021-11-10 17:46:11 +01:00
|
|
|
.icon {
|
|
|
|
|
font-size: 40px;
|
2021-07-28 09:34:11 +01:00
|
|
|
}
|
|
|
|
|
|
2021-11-10 17:46:11 +01:00
|
|
|
.profile-title {
|
2021-07-28 16:27:10 +01:00
|
|
|
font-weight: 300;
|
|
|
|
|
font-size: 20px !important;
|
|
|
|
|
margin-bottom: 40px !important;
|
2021-10-25 13:33:54 +01:00
|
|
|
color: var(--profile-text-color) !important;
|
2021-07-28 09:34:11 +01:00
|
|
|
}
|
|
|
|
|
|
2021-11-10 17:46:11 +01:00
|
|
|
.line {
|
2021-07-28 16:27:10 +01:00
|
|
|
width: 100% !important;
|
|
|
|
|
margin-top: 15px;
|
|
|
|
|
border-top: 1px solid #d8d8d8;
|
2021-10-25 13:33:54 +01:00
|
|
|
color: var(--profile-title-color-RoleDescription) !important;
|
2021-07-28 09:34:11 +01:00
|
|
|
}
|
|
|
|
|
|
2021-11-10 17:46:11 +01:00
|
|
|
.btn-delete {
|
|
|
|
|
background: #ffe0e0 !important;
|
2021-07-28 16:27:10 +01:00
|
|
|
width: 40% !important;
|
|
|
|
|
margin-left: 0 !important;
|
|
|
|
|
}
|
2021-07-30 16:11:29 +01:00
|
|
|
|
2021-11-10 17:46:11 +01:00
|
|
|
.btn-cancel {
|
2021-07-28 16:27:10 +01:00
|
|
|
width: 40% !important;
|
|
|
|
|
margin-right: 0 !important;
|
|
|
|
|
}
|
2021-07-28 09:34:11 +01:00
|
|
|
|
2021-07-28 16:27:10 +01:00
|
|
|
.buttonSize {
|
|
|
|
|
width: 100% !important;
|
|
|
|
|
}
|
2021-07-28 09:34:11 +01:00
|
|
|
|
2021-11-10 17:46:11 +01:00
|
|
|
ion-list {
|
2021-07-28 16:27:10 +01:00
|
|
|
background-color: transparent !important;
|
2021-07-28 09:34:11 +01:00
|
|
|
}
|
|
|
|
|
|
2021-11-10 17:46:11 +01:00
|
|
|
.notifications-content {
|
2021-07-28 16:27:10 +01:00
|
|
|
padding: 0px 20px;
|
2021-11-10 17:46:11 +01:00
|
|
|
.item {
|
2021-07-28 16:27:10 +01:00
|
|
|
border-radius: 15px;
|
|
|
|
|
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
|
|
|
|
|
border: solid 1px #e9e9e9;
|
|
|
|
|
background-color: var(--white);
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
color: #000;
|
|
|
|
|
overflow: hidden;
|
2021-07-28 09:34:11 +01:00
|
|
|
|
2021-11-10 17:46:11 +01:00
|
|
|
.notification-item {
|
2021-07-28 16:27:10 +01:00
|
|
|
width: fit-content;
|
|
|
|
|
float: left;
|
2021-07-28 09:34:11 +01:00
|
|
|
margin-right: 10px;
|
2021-07-28 16:27:10 +01:00
|
|
|
padding: 0 !important;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
}
|
2021-11-10 17:46:11 +01:00
|
|
|
.notification-icon {
|
2021-07-28 16:27:10 +01:00
|
|
|
font-size: 35px !important;
|
|
|
|
|
}
|
2021-11-10 17:46:11 +01:00
|
|
|
.approve-event-time {
|
2021-07-28 16:27:10 +01:00
|
|
|
width: fit-content !important;
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
2021-11-10 17:46:11 +01:00
|
|
|
.approve-event-detail {
|
2021-07-28 16:27:10 +01:00
|
|
|
width: calc(100% - 115px) !important;
|
|
|
|
|
float: left;
|
2021-11-10 17:46:11 +01:00
|
|
|
#profile-title {
|
2021-08-20 16:43:17 +01:00
|
|
|
width: 250px;
|
2021-11-10 17:46:11 +01:00
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
2021-08-20 16:43:17 +01:00
|
|
|
}
|
2021-07-28 16:27:10 +01:00
|
|
|
}
|
2021-11-10 17:46:11 +01:00
|
|
|
.notification-label-MD-official {
|
2021-07-28 16:27:10 +01:00
|
|
|
float: right;
|
|
|
|
|
width: 5px;
|
|
|
|
|
height: 100%;
|
|
|
|
|
border-radius: 0% 100% 100% 0%;
|
|
|
|
|
background-color: #ffb703;
|
|
|
|
|
}
|
2021-11-10 17:46:11 +01:00
|
|
|
.notification-label-MD-pessoal {
|
2021-08-20 16:43:17 +01:00
|
|
|
float: right;
|
|
|
|
|
width: 5px;
|
|
|
|
|
height: 100%;
|
|
|
|
|
border-radius: 0% 100% 100% 0%;
|
|
|
|
|
background-color: #ff0303;
|
|
|
|
|
}
|
|
|
|
|
|
2021-11-10 17:46:11 +01:00
|
|
|
.item-conten {
|
2021-08-23 17:34:12 +01:00
|
|
|
border-right: 5px solid var(--notificationtypeagenda);
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
2021-11-10 17:46:11 +01:00
|
|
|
.notification-label-PR-official {
|
2021-08-20 16:43:17 +01:00
|
|
|
float: right;
|
|
|
|
|
width: 5px;
|
|
|
|
|
height: 100%;
|
|
|
|
|
border-radius: 0% 100% 100% 0%;
|
|
|
|
|
background-color: #03d838;
|
|
|
|
|
}
|
2021-11-10 17:46:11 +01:00
|
|
|
.notification-label-PR-pessoal {
|
2021-08-20 16:43:17 +01:00
|
|
|
float: right;
|
|
|
|
|
width: 5px;
|
|
|
|
|
height: 100%;
|
|
|
|
|
border-radius: 0% 100% 100% 0%;
|
|
|
|
|
background-color: #8b0ae0;
|
|
|
|
|
}
|
2021-07-28 09:34:11 +01:00
|
|
|
}
|
2021-07-28 16:27:10 +01:00
|
|
|
}
|
2021-11-10 17:46:11 +01:00
|
|
|
.item-inner {
|
2021-07-28 16:27:10 +01:00
|
|
|
padding: 0 !important;
|
2021-07-28 09:34:11 +01:00
|
|
|
}
|