Index > CSS > Optimisation zone project closer
All checks were successful
Deploy / Deploy to Production (push) Successful in 9s
All checks were successful
Deploy / Deploy to Production (push) Successful in 9s
This commit is contained in:
parent
412c2a5547
commit
c92e492fbc
4 changed files with 16 additions and 3 deletions
|
|
@ -267,6 +267,8 @@ button.next {
|
|||
}
|
||||
.toggle > .close-button {
|
||||
display: block;
|
||||
min-height: calc(var(--line-height-S) * 2);
|
||||
margin-bottom: calc(-1 * var(--line-height-S));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -286,7 +288,6 @@ button.next {
|
|||
);
|
||||
gap: var(--body-margin);
|
||||
pointer-events: all;
|
||||
padding-bottom: var(--line-height-S);
|
||||
cursor: inherit;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue