mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Merge branch 'master' of github.com:jgthms/bulma
This commit is contained in:
commit
2ad384ca41
@ -120,5 +120,5 @@ document.addEventListener("DOMContentLoaded", () => {
|
|||||||
el.appendChild(img);
|
el.appendChild(img);
|
||||||
$amis.appendChild(el);
|
$amis.appendChild(el);
|
||||||
});
|
});
|
||||||
});
|
}
|
||||||
});
|
});
|
||||||
|
@ -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
2
docs/css/bulma-docs.min.css
vendored
2
docs/css/bulma-docs.min.css
vendored
File diff suppressed because one or more lines are too long
@ -107,5 +107,5 @@ document.addEventListener("DOMContentLoaded", function () {
|
|||||||
el.appendChild(img);
|
el.appendChild(img);
|
||||||
$amis.appendChild(el);
|
$amis.appendChild(el);
|
||||||
});
|
});
|
||||||
});
|
}
|
||||||
});
|
});
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user