Skip to content

Commit

Permalink
show banner for new website
Browse files Browse the repository at this point in the history
  • Loading branch information
kkuepper committed Apr 24, 2024
1 parent 8befe2a commit 7eeff51
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
1 change: 1 addition & 0 deletions client/app/views/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
</ul>
</div>
</div>
<div class="banner">Try out the <a href="https://bmm-web.brunstad.org">new website</a> or <a ng-href="download">download our Desktop app</a></div>
</header>

<!--PUSH MESSAGES-->
Expand Down
16 changes: 15 additions & 1 deletion common/app/styles/partials/_viewer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -110,4 +124,4 @@
[ng-view] {
margin-top: 0;
}
}
}

0 comments on commit 7eeff51

Please sign in to comment.