lokesh341 commited on
Commit
14d122f
·
verified ·
1 Parent(s): a5ed800

Update templates/order_summary.html

Browse files
Files changed (1) hide show
  1. templates/order_summary.html +3 -3
templates/order_summary.html CHANGED
@@ -42,7 +42,7 @@
42
  margin-top: 20px;
43
  }
44
  .btn-confirm {
45
- padding: 10px;
46
  background-color: #4CAF50;
47
  color: white;
48
  border: none;
@@ -50,8 +50,8 @@
50
  cursor: pointer;
51
  text-decoration: none;
52
  display: block;
53
- width: 100%;
54
  margin-top: 20px;
 
55
  }
56
  .btn-confirm:hover {
57
  background-color: #45a049;
@@ -70,7 +70,7 @@
70
  <div class="item-price">$ {{ item.price }} x {{ item.quantity }}</div>
71
  </div>
72
  {% endfor %}
73
-
74
  <div class="total-price">
75
  Total: $ {{ total_price }}
76
  </div>
 
42
  margin-top: 20px;
43
  }
44
  .btn-confirm {
45
+ padding: 12px 20px;
46
  background-color: #4CAF50;
47
  color: white;
48
  border: none;
 
50
  cursor: pointer;
51
  text-decoration: none;
52
  display: block;
 
53
  margin-top: 20px;
54
+ text-align: center;
55
  }
56
  .btn-confirm:hover {
57
  background-color: #45a049;
 
70
  <div class="item-price">$ {{ item.price }} x {{ item.quantity }}</div>
71
  </div>
72
  {% endfor %}
73
+
74
  <div class="total-price">
75
  Total: $ {{ total_price }}
76
  </div>