aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/sass/_base.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web/cobrands/sass/_base.scss')
-rw-r--r--web/cobrands/sass/_base.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss
index 587b50ebf..ced554249 100644
--- a/web/cobrands/sass/_base.scss
+++ b/web/cobrands/sass/_base.scss
@@ -659,6 +659,19 @@ ul.error {
/*** LAYOUT ***/
+.dev-site-notice {
+ font-size: 1.5em;
+ color: #fff;
+ background-color: #f00;
+ position: absolute;
+ padding: 1em 5em;
+ top: 1em;
+ left: -5em;
+ transform: rotate(-45deg);
+ z-index: 2;
+ pointer-events: none;
+}
+
// Padding creates page margins on mobile
.container {
margin: 0 auto;