wip: lander updates
This commit is contained in:
parent
fba0aad2f8
commit
e9d3e240c2
5 changed files with 34 additions and 14 deletions
|
|
@ -509,11 +509,11 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
&:has([data-slot="desktop-copy"]:hover) [data-slot="desktop-icon"] img {
|
||||
&[data-animating] [data-slot="desktop-icon"] img {
|
||||
animation: iconBounce 1s ease-in-out forwards;
|
||||
}
|
||||
|
||||
&:has([data-slot="desktop-copy"]:hover) [data-slot="desktop-icon"] [data-slot="dot"] {
|
||||
&[data-animating] [data-slot="desktop-icon"] [data-slot="dot"] {
|
||||
opacity: 0.4;
|
||||
transition: opacity 0.3s ease-out 1s;
|
||||
}
|
||||
|
|
@ -525,6 +525,8 @@ body {
|
|||
align-items: center;
|
||||
padding: 20px;
|
||||
gap: 16px;
|
||||
flex: 1;
|
||||
cursor: default;
|
||||
|
||||
span {
|
||||
color: var(--color-text-strong);
|
||||
|
|
@ -564,7 +566,7 @@ body {
|
|||
h1 {
|
||||
font-size: 38px;
|
||||
color: var(--color-text-strong);
|
||||
font-weight: 500;
|
||||
font-weight: 700;
|
||||
margin-bottom: 8px;
|
||||
|
||||
@media (max-width: 60rem) {
|
||||
|
|
@ -667,7 +669,7 @@ body {
|
|||
|
||||
h3 {
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
font-weight: 700;
|
||||
color: var(--color-text-strong);
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
|
@ -772,7 +774,7 @@ body {
|
|||
[data-slot="privacy-title"] {
|
||||
h3 {
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
font-weight: 700;
|
||||
color: var(--color-text-strong);
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
|
@ -798,7 +800,7 @@ body {
|
|||
[data-slot="zen-cta-copy"] {
|
||||
strong {
|
||||
color: var(--color-text-strong);
|
||||
font-weight: 500;
|
||||
font-weight: 700;
|
||||
margin-bottom: 16px;
|
||||
display: block;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue