mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
move swag CTA, update stylesheet (#8037)
This commit is contained in:
parent
ded2fb0149
commit
742de5354d
2 changed files with 37 additions and 37 deletions
|
|
@ -374,37 +374,37 @@
|
|||
}
|
||||
|
||||
}
|
||||
[purpose='right-sidebar-buttons'] {
|
||||
[purpose='swag-cta'] {
|
||||
display: flex;
|
||||
border: 1px solid #E3E3E3;
|
||||
box-shadow: 1px 2px 2px rgba(197, 199, 209, 0.2);
|
||||
border-radius: 6px;
|
||||
padding: 20px;
|
||||
margin-top: 30px;
|
||||
[purpose='swag-cta'] {
|
||||
display: flex;
|
||||
border: 1px solid #E3E3E3;
|
||||
box-shadow: 1px 2px 2px rgba(197, 199, 209, 0.2);
|
||||
border-radius: 6px;
|
||||
padding: 20px;
|
||||
margin-bottom: 16px;
|
||||
color: @core-fleet-black;
|
||||
width: 100%;
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: @core-fleet-black;
|
||||
width: 100%;
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: @core-fleet-black;
|
||||
&:hover {
|
||||
color: @core-fleet-black;
|
||||
}
|
||||
}
|
||||
p {
|
||||
white-space: nowrap;
|
||||
font-weight: 700;
|
||||
font-size: 14px;
|
||||
line-height: 24px;
|
||||
}
|
||||
span {
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
line-height: 19px;
|
||||
&:hover {
|
||||
color: @core-fleet-black;
|
||||
}
|
||||
}
|
||||
p {
|
||||
white-space: nowrap;
|
||||
font-weight: 700;
|
||||
font-size: 14px;
|
||||
line-height: 24px;
|
||||
}
|
||||
span {
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
line-height: 19px;
|
||||
color: @core-fleet-black;
|
||||
}
|
||||
}
|
||||
[purpose='right-sidebar-buttons'] {
|
||||
margin-top: 30px;
|
||||
[purpose='demo-cta'] {
|
||||
display: flex;
|
||||
border: 1px solid #E3E3E3;
|
||||
|
|
|
|||
22
website/views/pages/docs/basic-documentation.ejs
vendored
22
website/views/pages/docs/basic-documentation.ejs
vendored
|
|
@ -166,17 +166,6 @@
|
|||
<a class="font-weight-bold py-3" target="_blank" href="https://github.com/fleetdm/fleet/releases">Releases</a>
|
||||
<a href="/support" class="btn btn-block btn-sm btn-primary">Support</a>
|
||||
<div purpose="right-sidebar-buttons">
|
||||
<div class="d-none d-lg-block" purpose="swag-cta" v-if="showSwagForm">
|
||||
<a class="d-flex align-items-center justify-content-center" href="https://kqphpqst851.typeform.com/to/ZfA3sOu0" target="_blank">
|
||||
<div class="d-flex flex-column align-items-center">
|
||||
<img style="height: auto; width: 47px; margin-bottom: 8px;" alt="A very nice Fleet branded shirt" src="/images/fleet-shirt-60x55@2x.png">
|
||||
<p class="mb-0">Request Fleet swag</p>
|
||||
<span>
|
||||
It's free <img purpose="right-arrow" class="d-inline" style="height: 16px; width: auto; margin-bottom: 2px;" alt="right arrow" src="/images/arrow-right-red-16x16@2x.png" />
|
||||
</span>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="d-none d-lg-block" purpose="demo-cta">
|
||||
<a class="d-flex align-items-center justify-content-center" href="https://calendly.com/fleetdm/demo?utm_source=docs+demo" target="_blank">
|
||||
<div class="d-flex flex-column align-items-center">
|
||||
|
|
@ -207,6 +196,17 @@
|
|||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="d-none d-lg-block" purpose="swag-cta" v-if="showSwagForm">
|
||||
<a class="d-flex align-items-center justify-content-center" href="https://kqphpqst851.typeform.com/to/ZfA3sOu0" target="_blank">
|
||||
<div class="d-flex flex-column align-items-center">
|
||||
<img style="height: auto; width: 47px; margin-bottom: 8px;" alt="A very nice Fleet branded shirt" src="/images/fleet-shirt-60x55@2x.png">
|
||||
<p class="mb-0">Request Fleet swag</p>
|
||||
<span>
|
||||
It's free <img purpose="right-arrow" class="d-inline" style="height: 16px; width: auto; margin-bottom: 2px;" alt="right arrow" src="/images/arrow-right-red-16x16@2x.png" />
|
||||
</span>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue