This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<div class="col-sm-6">
|
||||
<div class="form-group">
|
||||
<label for="quantity">Quantity</label>
|
||||
<input class="form-control" type="text" id="quantity" name="quantity" value="">
|
||||
<input class="form-control" type="number" id="quantity" name="quantity" value="">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<nav id="rf-nav" class="navbar fixed-top navbar-expand-lg navbar-light" style="background-color: #e3f2fd;">
|
||||
<nav id="rf-nav" class="navbar fixed-top navbar-expand-lg navbar-dark" style="background-color: #00205B;">
|
||||
{{!-- navbar-dark bg-success --}}
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
|
||||
aria-expanded="false" aria-label="Toggle navigation">
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user