|
|
@ -537,6 +537,24 @@
|
|
|
|
<div class="grid grid-col-3 gap-3">
|
|
|
|
<div class="grid grid-col-3 gap-3">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="form-group ">
|
|
|
|
|
|
|
|
<button type="button" required="required"></button><span class="highlight"></span><span class="bar"></span>
|
|
|
|
|
|
|
|
<label class="label-animated">Name</label>
|
|
|
|
|
|
|
|
<div class="input-helper-text">Some helping Text</div>
|
|
|
|
|
|
|
|
<div class="input-error-text">At least 6 characters required</div>
|
|
|
|
|
|
|
|
<span class="input-glyph-wraper">
|
|
|
|
|
|
|
|
<span class="input-glyph">
|
|
|
|
|
|
|
|
<span class="input-glyph button">
|
|
|
|
|
|
|
|
<Glyph SVG="@Icons.Material.Outlined.Cancel" class="icon-root svg-icon" />
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
<span class="input-glyph error">
|
|
|
|
|
|
|
|
<Glyph SVG="@Icons.Material.Outlined.ErrorOutline" class="icon-root svg-icon" />
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="form-group error">
|
|
|
|
<div class="form-group error">
|
|
|
|
<input type="text" required="required" /><span class="highlight"></span><span class="bar"></span>
|
|
|
|
<input type="text" required="required" /><span class="highlight"></span><span class="bar"></span>
|
|
|
|
<label class="label-animated">Name</label>
|
|
|
|
<label class="label-animated">Name</label>
|
|
|
@ -617,33 +635,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="form-group-alt" style="width:50%">
|
|
|
|
|
|
|
|
<label>Number</label>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="input-group-content">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<button class="btn btn-icon-alt input-cta-icon">
|
|
|
|
|
|
|
|
<Glyph SVG="@Icons.Material.Filled.HorizontalRule" class="icon-root svg-icon icon-size-md" />
|
|
|
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="input-area">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<input style="text-align:center;width:100%" id="number" type="number" placeholder="0" value="1">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<button class="btn btn-icon-alt input-cta-icon">
|
|
|
|
|
|
|
|
<Glyph SVG="@Icons.Material.Filled.Add" class="icon-root svg-icon icon-size-md" />
|
|
|
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
<div class="form-group">
|
|
|
|
<select type="textarea" required="required">
|
|
|
|
<select type="textarea" required="required">
|
|
|
|
<option value="" disabled selected hidden></option>
|
|
|
|
<option value="" disabled selected hidden></option>
|
|
|
@ -716,10 +707,31 @@
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="form-group-alt" style="width:50%">
|
|
|
|
|
|
|
|
<label>Number</label>
|
|
|
|
|
|
|
|
<div class="input-helper-text">Some helping Text</div>
|
|
|
|
|
|
|
|
<div class="input-error-text">At least 6 characters required</div>
|
|
|
|
|
|
|
|
<div class="input-group-content">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<button class="btn btn-icon-alt input-cta-icon">
|
|
|
|
|
|
|
|
<Glyph SVG="@Icons.Material.Filled.HorizontalRule" class="icon-root svg-icon icon-size-md" />
|
|
|
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="input-area">
|
|
|
|
|
|
|
|
<input style="text-align:center;width:100%" id="number" type="number" placeholder="0" value="1">
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<button class="btn btn-icon-alt input-cta-icon">
|
|
|
|
|
|
|
|
<Glyph SVG="@Icons.Material.Filled.Add" class="icon-root svg-icon icon-size-md" />
|
|
|
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="btn-content">
|
|
|
|
<div class="btn-content justify-flex-end">
|
|
|
|
<button type="button" href="#" class="btn btn-secondary" aria-pressed="true">Cancel</button>
|
|
|
|
<button type="button" href="#" class="btn btn-secondary" aria-pressed="true">Cancel</button>
|
|
|
|
<button type="button" href="#" class="btn btn-core mr-2" aria-pressed="true">Accept</button>
|
|
|
|
<button type="button" href="#" class="btn btn-core mr-2" aria-pressed="true">Accept</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|