mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Website: small css fixes (#27427)
Closes: #27312 Changes: - Updated the padding on text in the license dispenser form - Updated the position of the platform icons on osquery table schema pages
This commit is contained in:
parent
04a8339c14
commit
458283f06a
3 changed files with 10 additions and 4 deletions
|
|
@ -303,7 +303,7 @@
|
|||
height: 0px;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 40px;
|
||||
top: 14px;
|
||||
}
|
||||
pre {
|
||||
width: 100%;
|
||||
|
|
@ -475,6 +475,7 @@
|
|||
width: 100%;
|
||||
margin-bottom: 16px;
|
||||
margin-top: 16px;
|
||||
overflow: hidden;
|
||||
p {
|
||||
color: var(--text-text-brand, #192147);
|
||||
margin-top: 0px;
|
||||
|
|
@ -608,7 +609,7 @@
|
|||
[purpose='schema-table'] {
|
||||
padding-top: 16px;
|
||||
[purpose='platform-logos'] {
|
||||
top: 53px;
|
||||
top: 32px;
|
||||
}
|
||||
[purpose='description-column'] {
|
||||
word-break: break-word;
|
||||
|
|
@ -645,6 +646,11 @@
|
|||
margin-right: 0px;
|
||||
border-bottom: 1px solid @core-vibrant-blue-15;
|
||||
}
|
||||
[purpose='schema-table'] {
|
||||
[purpose='platform-logos'] {
|
||||
top: 32px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 576px) {
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
<strong>Order summary</strong>
|
||||
</div>
|
||||
<div class="d-flex flex-row justify-content-between">
|
||||
<p class="mb-0">Fleet Premium (self-hosted<span v-if="numberOfHostsQuoted > 299" > or managed cloud</span>)</p>
|
||||
<p class="">Fleet Premium (self-hosted<span v-if="numberOfHostsQuoted > 299" > or managed cloud</span>)</p>
|
||||
<div class="ml-auto text-right" v-if="numberOfHostsQuoted < 300">
|
||||
<strong>${{(!showQuotedPrice || _.isNaN(formData.numberOfHosts * 7.00 * 12)) ? quotedPrice : formData.numberOfHosts * 7.00 * 12}}.00 <br purpose="order-form-line-break">/year</strong>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@
|
|||
<% if(_.contains(tableToDisplay.platforms, 'linux')){%>
|
||||
<img class="ml-3" style="height: 24px" src="/images/os-linux-dark-24x24@2x.png" alt="Linux logo">
|
||||
<% }%>
|
||||
<% if(_.contains(tableToDisplay.platforms, 'chromeos')){%>
|
||||
<% if(_.contains(tableToDisplay.platforms, 'chrome')){%>
|
||||
<img class="ml-3" style="height: 25px" src="/images/os-chromeos-dark-24x24@2x.png" alt="ChromeOS logo">
|
||||
<%}%>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue