Commit 69da2353 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Render EE trial expiration banner under nav

parent 42b6dbb7
......@@ -17,17 +17,11 @@
/* Trial Banner */
.gitlab-ee-license-banner.alert {
display: flex;
align-content: center;
justify-content: center;
padding: 15px 35px;
position: fixed;
top: 0;
width: 100%;
position: relative;
background: $red-400;
color: $white-light;
text-align: center;
z-index: 400;
@media (max-width: $screen-md-min) {
padding: 10px 35px;
......@@ -54,8 +48,8 @@
.close {
position: absolute;
top: 15%;
right: 10px;
top: 12px;
right: $gl-padding;
}
}
......
......@@ -4,6 +4,7 @@
.content-wrapper.page-with-new-nav
.mobile-overlay
.alert-wrapper
= render "layouts/header/ee_license_banner"
= render "layouts/broadcast"
= yield :flash_message
- unless @hide_breadcrumbs
......
= render "layouts/header/ee_license_banner"
%header.navbar.navbar-gitlab.navbar-gitlab-new
%a.sr-only.gl-accessibility{ href: "#content-body", tabindex: "1" } Skip to content
.container-fluid
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment