mirror of
https://gitlab.com/nekoya/web.git
synced 2025-04-25 13:41:18 +02:00
adjust bag and checkout
This commit is contained in:
parent
b03fd334bc
commit
0114688343
2 changed files with 6 additions and 6 deletions
6
bag.html
6
bag.html
|
@ -129,7 +129,7 @@
|
|||
</div>
|
||||
<div class="col-sm-5 col-md-6 col-lg-8">
|
||||
<h2>Fashione Shoes</h2>
|
||||
<h4>Size : 8</h4>
|
||||
<h4>Size : 44</h4>
|
||||
<h6>Qty</h6>
|
||||
<div style="display: flex;">
|
||||
<span class="input-group-btn">
|
||||
|
@ -160,7 +160,7 @@
|
|||
</div>
|
||||
<div class="col-sm-5 col-md-6 col-lg-8">
|
||||
<h2>Fashione Shoes</h2>
|
||||
<h4>Size : 8</h4>
|
||||
<h4>Size : 44</h4>
|
||||
<h6>Qty</h6>
|
||||
<div style="display: flex;">
|
||||
<span class="input-group-btn">
|
||||
|
@ -192,7 +192,7 @@
|
|||
</div>
|
||||
<div class="col-sm-5 col-md-6 col-lg-8">
|
||||
<h2>Fashione Shoes</h2>
|
||||
<h4>Size : 8</h4>
|
||||
<h4>Size : 44</h4>
|
||||
<h6>Qty</h6>
|
||||
<div style="display: flex;">
|
||||
<span class="input-group-btn">
|
||||
|
|
|
@ -299,7 +299,7 @@
|
|||
src="assets/Product_1.webp" width="80px">
|
||||
<div class="info">
|
||||
<p>Fashione Shoes</p>
|
||||
<p>Size : 8</p>
|
||||
<p>Size : 44</p>
|
||||
<p>Qty : 1</p>
|
||||
</div>
|
||||
</th>
|
||||
|
@ -311,7 +311,7 @@
|
|||
src="assets/Product_1.webp" width="80px">
|
||||
<div class="info">
|
||||
<p>Fashione Shoes</p>
|
||||
<p>Size : 8</p>
|
||||
<p>Size : 44</p>
|
||||
<p>Qty : 1</p>
|
||||
</div>
|
||||
</th>
|
||||
|
@ -323,7 +323,7 @@
|
|||
src="assets/Product_1.webp" width="80px">
|
||||
<div class="info">
|
||||
<p>Fashione Shoes</p>
|
||||
<p>Size : 8</p>
|
||||
<p>Size : 44</p>
|
||||
<p>Qty : 1</p>
|
||||
</div>
|
||||
</th>
|
||||
|
|
Loading…
Add table
Reference in a new issue