NOtification colors of agenda status solved

This commit is contained in:
Eudes Inácio
2021-08-23 17:34:12 +01:00
parent ad6db9fb98
commit f84e8fe25c
6 changed files with 57 additions and 5 deletions
+20
View File
@@ -402,6 +402,26 @@ $app-theme: mat-light-theme((
overflow: auto;
}
.item-conten-agenda-oficial-100000011 {
border-radius: 5px;
border-right: 5px solid #ffb703;
}
.item-conten-agenda-pessoal-100000011 {
border-radius: 5px;
border-right: 5px solid #ff0303;
}
.item-conten-agenda-oficial-100000014 {
border-radius: 5px;
border-right: 5px solid #03d838;
}
.item-conten-agenda, .item-conten-pessoal, .item-conten-100000014 {
border-radius: 5px;
border-right: 5px solid #8b0ae0;
}
.approve-event-time{
width: 33px;
float: left;