Remove beta ribbon and fix it in unlogged pages
parent
0159d1024b
commit
30f24fc084
|
@ -1,6 +1,5 @@
|
|||
doctype html
|
||||
|
||||
include ../../partials/includes/components/beta
|
||||
div.home-wrapper.centered
|
||||
div.duty-summary
|
||||
div(tg-working-on)
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
include ../../partials/includes/components/beta
|
||||
div.profile.centered(ng-if="vm.user")
|
||||
div(tg-profile-bar, user="vm.user", isCurrentUser="vm.isCurrentUser")
|
||||
div.main
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.beta {
|
||||
left: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
top: -40px;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue