0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Fixed both text and loading indicator showing on the subscribe button

This commit is contained in:
Jono Mingard 2023-05-29 16:56:10 +12:00
parent a589fcd9e4
commit 1ed556f4ab

View file

@ -263,6 +263,10 @@
display: none;
}
.kg-signup-card-form.loading .kg-signup-card-button-default {
color: transparent;
}
.kg-signup-card-form.loading .kg-signup-card-button-loading {
display: flex;
}
@ -313,4 +317,4 @@
.kg-signup-card.kg-width-full.kg-layout-split h3.kg-signup-card-subheading {
font-size: 1.1em;
}
}
}