Commit 18f0282f authored by kushalpandya's avatar kushalpandya

Add banner styles and margin overrides for EE

parent 085527e7
......@@ -64,4 +64,42 @@
margin-top: 25px;
}
}
}
/* EE Trial Banner Styles */
/* Main Nav Overrides */
.navbar-gitlab.has-trial-banner {
top: 52px;
}
/* Secondary Nav Overrides - Old Nav */
.page-with-sidebar.has-trial-banner {
margin-top: 102px;
}
/* Sidebar Nav Overrides - New Nav */
.page-with-sidebar.has-trial-banner .nav-sidebar {
top: 102px;
}
/* Trial Banner */
.gitlab-ee-trial-banner.alert {
position: fixed;
top: 0;
width: 100%;
background: $white-light;
text-align: center;
z-index: 400;
p a {
color: $gl-link-color;
text-decoration: none;
font-weight: bold;
&:hover {
color: $gl-link-hover-color;
text-decoration: underline;
}
}
}
\ No newline at end of file
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