diff --git a/webroot/dummie_cart/index.html b/webroot/dummie_cart/index.html new file mode 100644 index 0000000..37f9c50 --- /dev/null +++ b/webroot/dummie_cart/index.html @@ -0,0 +1,171 @@ + + + + + + + + + microStock Dummy Cart + + + + +
+
+
+
+ +
+
+ +
+
+ +
+
+
+ + + + + + + + + + + + + + + +
CountProduct
{{item.count}}{{getProduct(item.product_id).title}} +
+
+
+ + + + + + + + + + + diff --git a/webroot/static/css/main.css b/webroot/static/css/main.css index 6356434..5861f21 100644 --- a/webroot/static/css/main.css +++ b/webroot/static/css/main.css @@ -1,6 +1,9 @@ .text-emphasized { font-style: italic; } -img.icon{ +img.icon { width: 24px; } +.dropdown > .text > img.icon { + width: 18px; +}