Fix close button in the subscribe success message

This commit is contained in:
Sodbileg Gansukh
2020-09-10 12:28:44 +08:00
parent ab521da23a
commit 6350790798
4 changed files with 19 additions and 4 deletions

View File

@ -2609,6 +2609,21 @@ Usage (In Ghost editor):
transform: translateY(-175%);
}
.subscribe-success-message .subscribe-close-button {
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.subscribe-success-message .subscribe-close-button:before,
.subscribe-success-message .subscribe-close-button:after {
top: 31px;
right: 20px;
width: 18px;
height: 2px;
}
.subscribe-close-overlay {
position: absolute;
top: 0;