From c7e9d3b545c6ddfe545976dc078aafe18524402f Mon Sep 17 00:00:00 2001 From: Prateeksha Singh Date: Fri, 13 Jul 2018 12:59:57 +0530 Subject: [PATCH] [print] print actions and layout --- client/style/variables.scss | 4 ++- ui/components/Print/PrintActions.vue | 38 ++++++++++++++++++++++ ui/components/Print/PrintView.vue | 48 ++++++++++++++++++++++++++++ ui/components/PrintView.vue | 20 ------------ ui/pages/ListAndPrintView.vue | 12 ++++--- 5 files changed, 97 insertions(+), 25 deletions(-) create mode 100644 ui/components/Print/PrintActions.vue create mode 100644 ui/components/Print/PrintView.vue delete mode 100644 ui/components/PrintView.vue diff --git a/client/style/variables.scss b/client/style/variables.scss index ce8f6664..5a25ce0a 100644 --- a/client/style/variables.scss +++ b/client/style/variables.scss @@ -3,4 +3,6 @@ $spacer-2: 0.5rem; $spacer-3: 1rem; $spacer-4: 2rem; $spacer-5: 3rem; -$page-width: 500px; \ No newline at end of file +$page-width: 500px; + +$shadow-width: 0.5rem; \ No newline at end of file diff --git a/ui/components/Print/PrintActions.vue b/ui/components/Print/PrintActions.vue new file mode 100644 index 00000000..d6eb2f6d --- /dev/null +++ b/ui/components/Print/PrintActions.vue @@ -0,0 +1,38 @@ + + + + + \ No newline at end of file diff --git a/ui/components/Print/PrintView.vue b/ui/components/Print/PrintView.vue new file mode 100644 index 00000000..9ce9d5cb --- /dev/null +++ b/ui/components/Print/PrintView.vue @@ -0,0 +1,48 @@ + + + + + diff --git a/ui/components/PrintView.vue b/ui/components/PrintView.vue deleted file mode 100644 index e0425710..00000000 --- a/ui/components/PrintView.vue +++ /dev/null @@ -1,20 +0,0 @@ - - - diff --git a/ui/pages/ListAndPrintView.vue b/ui/pages/ListAndPrintView.vue index 97b0f0c4..336f9dde 100644 --- a/ui/pages/ListAndPrintView.vue +++ b/ui/pages/ListAndPrintView.vue @@ -3,14 +3,14 @@
-
- +
+
-