Website: browser compatibility fixes 2024-04-05 (#18109)

Closes: #18089
Closes: #18107

Changes:
- Updated styles for the buttons on the /register and /login pages to
fix alignment issues on Opera v64.
- Updated the style of the "start now" header button to fix an alignment
issue on Opera v64.
- updated the animation the logo carousel uses to fix weird behavior on
Safari 13
This commit is contained in:
Eric 2024-04-08 10:20:15 -05:00 committed by GitHub
parent bac13b4af2
commit 4fec1c9efb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 6 additions and 12 deletions

View file

@ -57,10 +57,10 @@
}
@keyframes scroll-horizontal {
0% {
transform: translateX(50%);
transform: translateX(25%);
}
100% {
transform: translateX(-50%);
transform: translateX(-75%);
}
}
}

View file

@ -74,6 +74,7 @@ html, body {
position: relative;
font-size: 14px;
font-weight: 700;
line-height: 1;
padding: 16px;
box-shadow: 1px 1px 2px rgba(25, 33, 71, 0.24);
border-radius: 4px;
@ -231,6 +232,7 @@ html, body {
position: relative;
font-size: 14px;
font-weight: 700;
line-height: 1;
padding: 16px;
box-shadow: 1px 1px 2px rgba(25, 33, 71, 0.24);
border-radius: 4px;

View file

@ -62,7 +62,6 @@
border-radius: 8px;
padding-top: 16px;
padding-bottom: 16px;
height: 48px;
display: flex;
align-items: center;
span {
@ -70,7 +69,7 @@
margin-left: auto;
margin-right: auto;
font-size: 16px;
line-height: 20px;
line-height: 16px;
text-align: center;
font-weight: 700;
}

View file

@ -66,7 +66,6 @@
border-radius: 8px;
padding-top: 16px;
padding-bottom: 16px;
height: 48px;
display: flex;
align-items: center;
span {
@ -74,7 +73,7 @@
margin-left: auto;
margin-right: auto;
font-size: 16px;
line-height: 20px;
line-height: 16px;
text-align: center;
font-weight: 700;
}

View file

@ -525,12 +525,6 @@
<script src="/js/pages/fleetctl-preview.page.js"></script>
<script src="/js/pages/handbook/basic-handbook.page.js"></script>
<script src="/js/pages/homepage.page.js"></script>
<script src="/js/pages/imagine/defcon-31.page.js"></script>
<script src="/js/pages/imagine/higher-education.page.js"></script>
<script src="/js/pages/imagine/jamf-alternative.page.js"></script>
<script src="/js/pages/imagine/launch-party.page.js"></script>
<script src="/js/pages/imagine/rapid-7-alternative.page.js"></script>
<script src="/js/pages/imagine/unused-software.page.js"></script>
<script src="/js/pages/integrations.page.js"></script>
<script src="/js/pages/legal/privacy.page.js"></script>
<script src="/js/pages/legal/terms.page.js"></script>