Skip to content

Commit 0bc087e

Browse files
Subscribe form details
1 parent ebfed88 commit 0bc087e

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

assets/built/screen.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/built/screen.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/screen.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,10 @@ a:hover {
242242
transition: background-color 0.2s ease;
243243
}
244244

245+
.gh-form.success {
246+
pointer-events: none;
247+
}
248+
245249
.gh-form.error {
246250
box-shadow: 0 0 0 1px red;
247251
}
@@ -265,12 +269,17 @@ a:hover {
265269
border: 0;
266270
background-color: transparent;
267271
outline: none;
272+
transition: 0.3s ease-in-out;
268273
}
269274

270275
:is(.has-serif-title, .has-slab-title) .gh-form-input {
271276
padding-inline: 20px;
272277
}
273278

279+
.gh-form.gh-form.success .gh-form-input {
280+
opacity: 0.5;
281+
}
282+
274283
.gh-footer.has-accent-color .gh-form-input {
275284
color: #fff;
276285
}

partials/icons/checkmark.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
transform-origin: 50% 50%;
1515
stroke-dasharray: 48;
1616
stroke-dashoffset: 48;
17-
animation: stroke .3s cubic-bezier(0.650, 0.000, 0.450, 1.000) .8s forwards;
17+
animation: stroke .3s cubic-bezier(0.650, 0.000, 0.450, 1.000) forwards;
1818
}
1919
2020
@keyframes stroke {

0 commit comments

Comments
 (0)