From 7eeff51a2d7de23245e60c736ac78daed290015b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karsten=20Ku=CC=88pper?= Date: Wed, 24 Apr 2024 11:25:07 -0400 Subject: [PATCH] show banner for new website --- client/app/views/main.html | 1 + common/app/styles/partials/_viewer.scss | 16 +++++++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/client/app/views/main.html b/client/app/views/main.html index 889f2ddd..66d24bc3 100644 --- a/client/app/views/main.html +++ b/client/app/views/main.html @@ -30,6 +30,7 @@ + diff --git a/common/app/styles/partials/_viewer.scss b/common/app/styles/partials/_viewer.scss index af02d2c1..74f78bc9 100644 --- a/common/app/styles/partials/_viewer.scss +++ b/common/app/styles/partials/_viewer.scss @@ -30,6 +30,20 @@ } } +header { + + .banner { + position: absolute; + left: 0; + right: 0; + top: 0; + padding: 1px; + background: #a4e16a; + text-align: center; + } +} + + .push-messages { position: relative; background-color: $colorLightGreen; @@ -110,4 +124,4 @@ [ng-view] { margin-top: 0; } -} \ No newline at end of file +}