|
|
|
@ -197,8 +197,7 @@ footer { |
|
|
|
font-size: var(--fs-base); |
|
|
|
font-family: var(--ff-ikea); |
|
|
|
font-weight: 700; |
|
|
|
line-height: 1.4; |
|
|
|
height: 60px; |
|
|
|
line-height: 1.2; |
|
|
|
border-radius: 400px; |
|
|
|
width: 100%; |
|
|
|
cursor: pointer; |
|
|
|
@ -206,7 +205,7 @@ footer { |
|
|
|
display: inline-block; |
|
|
|
text-align: center; |
|
|
|
box-sizing: border-box; |
|
|
|
padding: 0.888888888888889em 1.333333333333333em; |
|
|
|
padding: 0.62em 1em; |
|
|
|
} |
|
|
|
|
|
|
|
.button__base-light { |
|
|
|
@ -252,8 +251,9 @@ main { |
|
|
|
line-height: 1.4; |
|
|
|
} |
|
|
|
|
|
|
|
.intro-content-container button { |
|
|
|
margin: 4px 0 0 0 |
|
|
|
|
|
|
|
.intro-content-container > :last-child { |
|
|
|
margin-top: 4px; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|