Subscribe form details
This commit is contained in:
parent
ebfed886c1
commit
0bc087ef5b
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -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;
|
||||
}
|
||||
|
@ -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 |
Loading…
Reference in New Issue
Block a user