From 99ffd24f7490c718c4c6f6b009e33d0b4f1b1311 Mon Sep 17 00:00:00 2001
From: Muthukrishnanmatriot
 <76949556+muthukrishnanmatriot@users.noreply.github.com>
Date: Mon, 27 Sep 2021 15:20:34 +0530
Subject: [PATCH] TMSS-997 - css update for growl position

---
 SAS/TMSS/frontend/tmss_webapp/src/layout/_overrides.scss | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/SAS/TMSS/frontend/tmss_webapp/src/layout/_overrides.scss b/SAS/TMSS/frontend/tmss_webapp/src/layout/_overrides.scss
index cbb4d51872c..7e166a0fef2 100644
--- a/SAS/TMSS/frontend/tmss_webapp/src/layout/_overrides.scss
+++ b/SAS/TMSS/frontend/tmss_webapp/src/layout/_overrides.scss
@@ -200,6 +200,7 @@
 .p-growl {
     z-index: 3000 !important;
     width: 40em;
+    margin-top: 2em;
 }
 .viewtable .p-hidden-accessible {
     position: relative;
@@ -284,6 +285,9 @@ In Excel View the for Accordion  background color override
     background-color: black;
     margin-left: -3px;
 } 
+/**
+    css used in Growl for service side error handling
+**/
 .show_error {
     margin-left: 67em;
     height: auto !important;
@@ -300,4 +304,7 @@ In Excel View the for Accordion  background color override
 .show_error_hide {
     margin-top: 1em;
     margin-bottom: 1em;
-}
\ No newline at end of file
+}
+/**
+  End - Css used in Growl for service side error handling
+**/
\ No newline at end of file
-- 
GitLab