mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 09:46:57 +01:00
add new form stuff to styleguide
This commit is contained in:
parent
3cc95699a8
commit
793d86b5e8
@ -225,7 +225,7 @@ Logo can be used with a base class and modifier classes for size & color:
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<select class="form-control" id="select" name="select" required data-required="true">
|
||||
<option value="">Select me...</option>
|
||||
<option value=""> </option>
|
||||
<option value="Automotive">Automotive</option>
|
||||
<option value="Banking">Banking</option>
|
||||
<option value="Consulting">Consulting</option>
|
||||
@ -245,6 +245,9 @@ Logo can be used with a base class and modifier classes for size & color:
|
||||
<textarea class="form-control" id="comment" name="comment" rows="1"></textarea>
|
||||
<label class="form-label" for="comment">Autogrowing textarea</label>
|
||||
</div>
|
||||
<p class="form-group text-dimmed mini">
|
||||
Fields marked with an <span class="required">*</span> are required.
|
||||
</p>
|
||||
<div class="form-group">
|
||||
<input class="btn btn-primary" type="submit" value="Submit">
|
||||
</div>
|
||||
@ -266,7 +269,7 @@ Logo can be used with a base class and modifier classes for size & color:
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<select class="form-control" id="select" name="select" required data-required="true">
|
||||
<option value="">Select me...</option>
|
||||
<option value=""> </option>
|
||||
<option value="Automotive">Automotive</option>
|
||||
<option value="Banking">Banking</option>
|
||||
<option value="Consulting">Consulting</option>
|
||||
@ -279,6 +282,9 @@ Logo can be used with a base class and modifier classes for size & color:
|
||||
<textarea class="form-control" id="comment" name="comment" rows="1"></textarea>
|
||||
<label class="form-label" for="comment">Autogrowing textarea</label>
|
||||
</div>
|
||||
<p class="form-group text-dimmed mini">
|
||||
Fields marked with an <span class="required">*</span> are required.
|
||||
</p>
|
||||
<div class="form-group">
|
||||
<input class="btn btn-primary" type="submit" value="Submit">
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user