mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Website: remove JNUC banner on device management page (#22629)
Closes: #22530 Changes: - Removed the JNUC banner on the device management page.
This commit is contained in:
parent
f2bcfe98d7
commit
3829095d66
2 changed files with 0 additions and 22 deletions
|
|
@ -39,27 +39,6 @@
|
|||
strong {
|
||||
color: @core-fleet-black;
|
||||
}
|
||||
[purpose='jnuc-banner'] {
|
||||
height: 44px;
|
||||
background-color: #0587FF;
|
||||
p {
|
||||
color: #FFF;
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
a {
|
||||
color: #FFF;
|
||||
text-decoration-line: underline;
|
||||
text-underline-offset: 2px;
|
||||
|
||||
}
|
||||
img {
|
||||
display: inline;
|
||||
height: 20px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
[purpose='page-container'] {
|
||||
padding-left: 64px;
|
||||
padding-right: 64px;
|
||||
|
|
|
|||
1
website/views/pages/device-management.ejs
vendored
1
website/views/pages/device-management.ejs
vendored
|
|
@ -1,5 +1,4 @@
|
|||
<div id="device-management-page" v-cloak>
|
||||
<div purpose="jnuc-banner" class="d-flex flex-row align-items-center justify-content-center"><img src="/images/icon-hand-wave-20x20@2x.png" alt="👋"><p>Attending JNUC? <a href="https://calendly.com/d/ckwb-wcp-8fz/meet-with-fleet-ceo" target="_blank">Chat with our CEO</a>.</p></div>
|
||||
<div purpose="page-container">
|
||||
<div purpose="page-content" class="mx-auto">
|
||||
<div purpose="hero">
|
||||
|
|
|
|||
Loading…
Reference in a new issue