Publish flow Close button improvements (#20779)
fixes https://linear.app/tryghost/issue/DES-682/close-button-improvements Small updates to the modal in the new Publish flow. Improved margins and opacity for legibility.
This commit is contained in:
parent
2f76847e00
commit
f864bde459
@ -983,18 +983,25 @@
|
||||
fill: black;
|
||||
}
|
||||
|
||||
.modal-post-success .close {
|
||||
top: 24px;
|
||||
right: 24px;
|
||||
}
|
||||
|
||||
.modal-post-success:has(.modal-image) .close {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
top: 16px;
|
||||
right: 16px;
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.modal-post-success:has(.modal-image) .close:hover {
|
||||
background-color: rgba(0, 0, 0, 0.25);
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.modal-post-success:has(.modal-image) .close svg {
|
||||
|
Loading…
Reference in New Issue
Block a user