diff --git a/SAS/TMSS/frontend/tmss_webapp/src/layout/_overrides.scss b/SAS/TMSS/frontend/tmss_webapp/src/layout/_overrides.scss index cbb4d51872c6b7971ac61f580a55ec42c0638ed8..7e166a0fef2befc88e0fc05c2a806a16836aa70a 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