@@ -137,7 +137,7 @@
vertical-align: top
.wizard-card-footer
width: 100%
- padding: 10px 10px
+ height: 60px
position: absolute
bottom: 0
@@ -1,7 +1,7 @@
<template lang="pug">
li.cart-item
h3.item-name {{ item.display_name }}
- input.item-quantity(type="text" :value="item.qty")
+ input.item-quantity(:value="item.qty" number)
span.item-x x
span.item-price {{ getPrice() }}
span.item-equals =