{ Boolean(isEmpty) && (
diff --git a/src/shared/containers/challenge-detail/styles.scss b/src/shared/containers/challenge-detail/styles.scss index 5f75cc5054..64bc07d1a9 100644 --- a/src/shared/containers/challenge-detail/styles.scss +++ b/src/shared/containers/challenge-detail/styles.scss @@ -36,3 +36,22 @@ 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 79275352c6ffe943a37320df3a4ab972e08a6f48 Mon Sep 17 00:00:00 2001 From: "Luiz R. Rodrigues" Date: Fri, 9 Apr 2021 01:36:15 -0300 Subject: [PATCH 12/12] ci: Deploy outage-banner to Beta env --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ecb10a3cc4..fef6ed6ccb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -298,7 +298,7 @@ workflows: filters: branches: only: - - bug-bash + - outage-banner # This is stage env for production QA releases - "build-prod-staging": context : org-global