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 +}