0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-25 02:31:59 -05:00

Fixed login link under cta on offers screen

This commit is contained in:
Peter Zimon 2022-03-23 14:28:55 +01:00
parent 9529587ef7
commit a034405bc4

View file

@ -90,6 +90,11 @@ export const SignupPageStyles = `
margin-top: 8px;
}
.gh-portal-signup-message,
.gh-portal-signup-message * {
z-index: 9999;
}
.full-size .gh-portal-signup-message {
margin-bottom: 40px;
}