diff --git a/frontend/src/pages/AuthLogin/AuthLogin.tsx b/frontend/src/pages/AuthLogin/AuthLogin.tsx index 343063913..2c627c503 100644 --- a/frontend/src/pages/AuthLogin/AuthLogin.tsx +++ b/frontend/src/pages/AuthLogin/AuthLogin.tsx @@ -92,75 +92,77 @@ export const AuthLogin: React.FC<{ showSignUp?: boolean }> = ({ }; if (process.env.REACT_APP_USE_COGNITO) { return ( - -

Welcome to Crossfeed

- - - {}} severity="warning" className="alert_box"> - -

PLATFORM NOTIFICATION

-
-

- Important Notice: Temporary Downtime During Crossfeed Migration -

-

- The Crossfeed environment is moving. The migration will require a - temporary downtime of approximately one week. -

-

- The downtime will begin on Wednesday, October 25, through the end - of day Wednesday, November 01. -

-

- For additional information, please click - - {' '} - here. - -

-
-
-
WARNING
-
- - CISA LOGO - -
-
- Crossfeed is hosted by Department of Homeland Security (DHS) - Cybersecurity and Infrastructure Security Agency (CISA) - Cybersecurity Division (CSD) Vulnerability Management (VM) Attack - Surface Management (ASM) Automation Capabilities team. - Unauthorized use of this system is prohibited. US Government - computer systems may be monitored for all unlawful purposes, - including to ensure that their use is authorized, for management - of the system, to facilitate protection against unauthorized - access, and to verify security procedures, survivability, and - operational security. All information, including personal - information, placed or sent over this system may be monitored. - Monitoring includes actives attacks by authorized US Government - entities to test or verify the security of this system. -
-
- {' '} - Use of the computer system, authorized or unauthorized, - constitutes consent to monitoring of this system. Unauthorized use - may subject you to criminal prosecution. Evidence of unauthorized - use collected during monitoring may be used for administrivia, - criminal, or other adverse action. Use of this system constitutes - to monitoring for these purposes. Use of this system implies - understanding of these items and conditions. -
+ <> + +

Welcome to Crossfeed

+ + + {}} severity="warning" className="alert_box"> + +

PLATFORM NOTIFICATION

+
+

+ Important Notice: Temporary Downtime During Crossfeed Migration +

+

+ The Crossfeed environment is moving. The migration will require + a a temporary downtime of approximately one week. +

+

+ The downtime will begin on Wednesday, October 25, through the + day Wednesday, November 01. +

+

+ For additional information, please click + + {' '} + here. + +

+
+
+
+
+
WARNING
+
+ + CISA LOGO +
- - +
+ Crossfeed is hosted by Department of Homeland Security (DHS) + Cybersecurity and Infrastructure Security Agency (CISA) + Cybersecurity Division (CSD) Vulnerability Management (VM) Attack + Surface Management (ASM) Automation Capabilities team. Unauthorized + use of this system is prohibited. US Government computer systems may + be monitored for all unlawful purposes, including to ensure that + their use is authorized, for management of the system, to facilitate + protection against unauthorized access, and to verify security + procedures, survivability, and operational security. All + information, including personal information, placed or sent over + this system may be monitored. Monitoring includes actives attacks by + authorized US Government entities to test or verify the security of + this system. +
+
+ {' '} + Use of the computer system, authorized or unauthorized, constitutes + consent to monitoring of this system. Unauthorized use may subject + you to criminal prosecution. Evidence of unauthorized use collected + during monitoring may be used for administrivia, criminal, or other + adverse action. Use of this system constitutes to monitoring for + these purposes. Use of this system implies understanding of these + items and conditions. +
+
+ ); } return ( diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index 00d4654bd..e7994ff34 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -137,7 +137,6 @@ form[data-amplify-authenticator-setup-totp] { color: hsl(190, 95%, 30%); font-weight: bold; font-size: 20px; - background-color: white; } .warning_notification { @@ -146,7 +145,6 @@ form[data-amplify-authenticator-setup-totp] { padding-top: 10px; padding-bottom: 20px; transition: top .2s; - background-color: white; } .warning_logo{