mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Website: Update footer icons (#35868)
Closes: #34760 Changes: - Removed the ISO27001 coming soon badge in the website's footer
This commit is contained in:
parent
392e0bd65a
commit
7311fe1ecf
2 changed files with 0 additions and 6 deletions
4
website/assets/styles/layout.less
vendored
4
website/assets/styles/layout.less
vendored
|
|
@ -835,10 +835,6 @@ html, body {
|
|||
[purpose='legal-section'] {
|
||||
font-size: 12px;
|
||||
line-height: 150%;
|
||||
[purpose='iso-27001-badge'] {
|
||||
width: 48px;
|
||||
margin-right: 8px;
|
||||
}
|
||||
[purpose='footer-trust-link'] {
|
||||
font-size: 10px;
|
||||
line-height: 150%;
|
||||
|
|
|
|||
2
website/views/layouts/layout.ejs
vendored
2
website/views/layouts/layout.ejs
vendored
|
|
@ -761,7 +761,6 @@
|
|||
|
||||
<div purpose="legal-section" class="d-flex flex-column justify-content-start align-items-start align-items-sm-center flex-sm-row pr-sm-0">
|
||||
<div purpose="license-information" class="d-flex flex-row align-items-center">
|
||||
<img purpose="iso-27001-badge" src="/images/icon-iso27001-coming-soon-48x48@2x.png" alt="ISO 27001 coming soon">
|
||||
<a purpose="footer-trust-link" class="d-flex flex-row align-items-center" href="/trust" target="_blank" no-icon><img alt="a small checkmark" src="/images/icon-checkmark-fleet-black-75-9x7@2x.png">SOC2 Type 2</a>
|
||||
<img purpose="creative-commons-license" alt="Creative Commons Licence CC BY-SA 4.0" src="/images/logo-creative-commons-greyscale-80x16@2x.png" />
|
||||
</div>
|
||||
|
|
@ -803,7 +802,6 @@
|
|||
|
||||
<div purpose="legal-section" class="d-flex flex-column justify-content-start align-items-start align-items-sm-center flex-sm-row pr-sm-0">
|
||||
<div purpose="license-information" class="d-flex flex-row align-items-center">
|
||||
<img purpose="iso-27001-badge" src="/images/icon-iso27001-coming-soon-48x48@2x.png" alt="ISO 27001 coming soon">
|
||||
<a purpose="footer-trust-link" class="d-flex flex-row align-items-center" href="/trust" target="_blank" no-icon><img alt="a small checkmark" src="/images/icon-checkmark-fleet-black-75-9x7@2x.png">SOC2 Type 2</a>
|
||||
<img purpose="creative-commons-license" alt="Creative Commons Licence CC BY-SA 4.0" src="/images/logo-creative-commons-greyscale-80x16@2x.png" />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue