{ Boolean(isEmpty) && (
diff --git a/src/shared/containers/challenge-detail/styles.scss b/src/shared/containers/challenge-detail/styles.scss index 64bc07d1a9..5f75cc5054 100644 --- a/src/shared/containers/challenge-detail/styles.scss +++ b/src/shared/containers/challenge-detail/styles.scss @@ -36,22 +36,3 @@ text-align: center; width: 100%; } - -.outage-banner { - margin: auto; - max-width: 1240px; - padding: 4 * $base-unit; - width: 100%; - - @include roboto-regular; - - font-size: 13px; - line-height: 20px; - background-color: #fdf6d5; - - strong { - color: $tc-red; - text-transform: uppercase; - font-weight: bold; - } -} From 27432c530815c6fedf180485262d3030ae1c9a0f Mon Sep 17 00:00:00 2001 From: "Luiz R. Rodrigues" Date: Mon, 12 Apr 2021 11:51:58 -0300 Subject: [PATCH 3/3] ci: Deploy remove-outage-banner to Dev and Stag --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0dc0f8c4c6..5e180c60ef 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -276,6 +276,7 @@ workflows: branches: only: - develop + - remove-outage-banner # This is alternate dev env for parallel testing - "build-test": context : org-global @@ -305,6 +306,7 @@ workflows: branches: only: - develop + - remove-outage-banner - "approve-smoke-test-on-staging": type: approval requires: