Subscribe form details

This commit is contained in:
Sodbileg Gansukh
2023-08-28 13:36:40 +08:00
parent ebfed886c1
commit 0bc087ef5b
4 changed files with 12 additions and 3 deletions

View File

@@ -242,6 +242,10 @@ a:hover {
transition: background-color 0.2s ease;
}
.gh-form.success {
pointer-events: none;
}
.gh-form.error {
box-shadow: 0 0 0 1px red;
}
@@ -265,12 +269,17 @@ a:hover {
border: 0;
background-color: transparent;
outline: none;
transition: 0.3s ease-in-out;
}
:is(.has-serif-title, .has-slab-title) .gh-form-input {
padding-inline: 20px;
}
.gh-form.gh-form.success .gh-form-input {
opacity: 0.5;
}
.gh-footer.has-accent-color .gh-form-input {
color: #fff;
}