From 4e7bee4e20643659d4dc28dcc2ebd2f7b76cb491 Mon Sep 17 00:00:00 2001 From: Martin Geno Date: Fri, 2 Jun 2017 16:19:49 +0200 Subject: [PATCH] [TASK] add dummie cart webfrontend --- webroot/dummie_cart/index.html | 171 +++++++++++++++++++++++++++++++++ webroot/static/css/main.css | 5 +- 2 files changed, 175 insertions(+), 1 deletion(-) create mode 100644 webroot/dummie_cart/index.html 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; +}