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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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;
}

View File

@ -14,7 +14,7 @@
transform-origin: 50% 50%;
stroke-dasharray: 48;
stroke-dashoffset: 48;
animation: stroke .3s cubic-bezier(0.650, 0.000, 0.450, 1.000) .8s forwards;
animation: stroke .3s cubic-bezier(0.650, 0.000, 0.450, 1.000) forwards;
}
@keyframes stroke {

Before

Width:  |  Height:  |  Size: 720 B

After

Width:  |  Height:  |  Size: 716 B