Merge branch 'master' of github.com:jgthms/bulma

This commit is contained in:
Jeremy Thomas 2024-01-11 21:16:09 +00:00
commit 2ad384ca41
6 changed files with 2313 additions and 1875 deletions

View File

@ -120,5 +120,5 @@ document.addEventListener("DOMContentLoaded", () => {
el.appendChild(img); el.appendChild(img);
$amis.appendChild(el); $amis.appendChild(el);
}); });
}); }
}); });

View File

@ -160,6 +160,13 @@
display: flex; display: flex;
width: 100%; width: 100%;
} }
.label em {
font-style: normal;
font-weight: normal;
opacity: 0.5;
font-size: 0.875em;
}
} }
.v1-tsp { .v1-tsp {

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -107,5 +107,5 @@ document.addEventListener("DOMContentLoaded", function () {
el.appendChild(img); el.appendChild(img);
$amis.appendChild(el); $amis.appendChild(el);
}); });
}); }
}); });

View File

@ -21,14 +21,14 @@ layout: playground
</div> </div>
<div class="block"> <div class="block">
<label class="label" for="name">Name</label> <label class="label" for="name">Name <em>(required)</em></label>
<div class="form-control"> <div class="form-control">
<input class="input" type="text" name="name" id="name"> <input class="input" type="text" name="name" id="name">
</div> </div>
</div> </div>
<div class="block"> <div class="block">
<label class="label" for="email">Email</label> <label class="label" for="email">Email <em>(required)</em></label>
<div class="form-control"> <div class="form-control">
<input class="input" type="email" name="email" id="email"> <input class="input" type="email" name="email" id="email">
</div> </div>
@ -43,6 +43,7 @@ layout: playground
<input type="hidden" name="list" value="cLsqDIbNTqfozYoXXXBLrw"> <input type="hidden" name="list" value="cLsqDIbNTqfozYoXXXBLrw">
<input type="hidden" name="subform" value="yes"> <input type="hidden" name="subform" value="yes">
<input class="button is-primary" type="submit" name="submit" id="submit"> <input class="button is-primary" type="submit" name="submit" id="submit">
<p class="v1-tsp">No spam. Just a few emails regarding gaining access and providing feedback.</p> <p class="v1-tsp">No spam. Just a few emails regarding gaining access and providing feedback.</p>