From c9a865eb411fa19849763a5557914cc9a5df4543 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eudes=20In=C3=A1cio?= Date: Tue, 24 Aug 2021 10:54:59 +0100 Subject: [PATCH] NOtification color status bug resolved --- src/theme/variables.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/theme/variables.scss b/src/theme/variables.scss index 06f7d8ceb..b7b9788f3 100644 --- a/src/theme/variables.scss +++ b/src/theme/variables.scss @@ -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; }