-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
14692b1
commit d43752f
Showing
12 changed files
with
66 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,51 @@ | ||
<div class="form-item"> | ||
<label for="edit-name" class="form-item__label form-item__label--required form-item__label--textfield">Name</label> | ||
<input id="edit-name" autocorrect="none" autocapitalize="none" spellcheck="false" type="text" name="name" value="" size="60" maxlength="60" class="form-item__textfield form-item__textfield--required" required="required" aria-required="true" placeholder="First, Middle, Last"> | ||
</div> | ||
<div style="max-width: 700px; margin: 0 auto;"> | ||
<div class="form-item"> | ||
<label for="edit-name" class="form-item__label form-item__label--required form-item__label--textfield">Name</label> | ||
<input id="edit-name" autocorrect="none" autocapitalize="none" spellcheck="false" type="text" name="name" value="" size="60" maxlength="60" class="form-item__textfield form-item__textfield--required" required="required" aria-required="true" placeholder="First, Middle, Last"> | ||
</div> | ||
|
||
<div class="form-item"> | ||
<label for="edit-pass" class="form-item__label form-item__label--required form-item__label--textfield">Password</label> | ||
<input id="edit-pass" type="password" name="pass" size="60" maxlength="128" class="form-item__textfield form-item__textfield--password form-item__textfield--required" required="required" aria-required="true"> | ||
<div class="form-item__description"> | ||
Enter the password that accompanies your username. | ||
</div> | ||
</div> | ||
<div class="form-item"> | ||
<label for="edit-pass" class="form-item__label form-item__label--required form-item__label--textfield">Password</label> | ||
<input id="edit-pass" type="password" name="pass" size="60" maxlength="128" class="form-item__textfield form-item__textfield--password form-item__textfield--required" required="required" aria-required="true"> | ||
<div class="form-item__description"> | ||
Enter the password that accompanies your username. | ||
</div> | ||
</div> | ||
|
||
<form> | ||
<fieldset class="form-fieldset"> | ||
<legend class="heading-2 with-icon">Web and Email Address (fieldset example)</legend> | ||
<div class="form-item"> | ||
<label for="webaddress" class="form-item__label form-item__label--textfield">Web Address</label> | ||
<input id="webaddress" type="url" class="form-item__textfield" placeholder="http://yoursite.com"> | ||
</div> | ||
|
||
<form> | ||
<fieldset class="form-fieldset"> | ||
<legend class="heading-2 with-icon">Web and Email Address (fieldset example)</legend> | ||
<div class="form-item"> | ||
<label for="webaddress" class="form-item__label form-item__label--textfield">Web Address</label> | ||
<input id="webaddress" type="url" class="form-item__textfield" placeholder="http://yoursite.com"> | ||
</div> | ||
<div class="form-item"> | ||
<label for="emailaddress" class="form-item__label form-item__label--textfield">Email Address</label> | ||
<input id="emailaddress" type="email" class="form-item__textfield" placeholder="[email protected]"> | ||
</div> | ||
</fieldset> | ||
</form> | ||
|
||
<div class="form-item"> | ||
<label for="emailaddress" class="form-item__label form-item__label--textfield">Email Address</label> | ||
<input id="emailaddress" type="email" class="form-item__textfield" placeholder="[email protected]"> | ||
</div> | ||
</fieldset> | ||
</form> | ||
<div class="form-item"> | ||
<label for="text" class="form-item__label form-item__label--textfield">Number Input</label> | ||
<input id="text" type="number" class="form-item__textfield" placeholder="Enter a Number" pattern="[0-9]*"> | ||
</div> | ||
|
||
<div class="form-item"> | ||
<label for="text" class="form-item__label form-item__label--textfield">Number Input</label> | ||
<input id="text" type="number" class="form-item__textfield" placeholder="Enter a Number" pattern="[0-9]*"> | ||
</div> | ||
<div class="form-item form-item--warning"> | ||
<label for="text" class="form-item__label form-item__label--textfield">Error</label> | ||
<input id="text" type="text" class="form-item__textfield" value="Wrong information"> | ||
<div class="form-item__description"> | ||
Enter the correct information. | ||
</div> | ||
</div> | ||
|
||
<div class="form-item"> | ||
<label for="textarea" class="form-item__label form-item__label--textfield">Textarea</label> | ||
<textarea id="textarea" class="form-item__textfield form-item__textarea" rows="8" cols="48" placeholder="Enter your message here"></textarea> | ||
</div> | ||
<div class="form-item"> | ||
<label for="textarea" class="form-item__label form-item__label--textfield">Textarea</label> | ||
<textarea id="textarea" class="form-item__textfield form-item__textarea" rows="8" cols="48" placeholder="Enter your message here"></textarea> | ||
</div> | ||
|
||
{% include "@components/button/button.twig" with { | ||
button__content: 'Submit', | ||
} %} | ||
</div> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters