NOtification color status bug resolved

This commit is contained in:
Eudes Inácio
2021-08-24 10:54:59 +01:00
parent b78d206df6
commit c9a865eb41
+4 -4
View File
@@ -402,22 +402,22 @@ $app-theme: mat-light-theme((
overflow: auto;
}
.item-conten-agenda-oficial-100000011 {
.item-conten-agenda-Oficial-100000011 {
border-radius: 5px;
border-right: 5px solid #ffb703;
}
.item-conten-agenda-pessoal-100000011 {
.item-conten-agenda-Pessoal-100000011 {
border-radius: 5px;
border-right: 5px solid #ff0303;
}
.item-conten-agenda-oficial-100000014 {
.item-conten-agenda-Oficial-100000014 {
border-radius: 5px;
border-right: 5px solid #03d838;
}
.item-conten-agenda, .item-conten-pessoal, .item-conten-100000014 {
.item-conten-agenda-Pessoal-100000014 {
border-radius: 5px;
border-right: 5px solid #8b0ae0;
}