From a5b4f31c12706b7226915864c01e5508caf262f9 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Mon, 19 Nov 2018 04:40:25 +0300 Subject: [PATCH] shadow control initial stuff. not done yet tho --- src/components/color_input/color_input.vue | 8 +- .../opacity_input/opacity_input.vue | 6 +- .../shadow_control/shadow_control.js | 76 ++++++ .../shadow_control/shadow_control.vue | 249 ++++++++++++++++++ .../style_switcher/style_switcher.js | 18 ++ .../style_switcher/style_switcher.vue | 11 + src/services/style_setter/style_setter.js | 29 +- static/font/config.json | 7 +- static/font/css/fontello-codes.css | 1 + static/font/css/fontello-embedded.css | 13 +- static/font/css/fontello-ie7-codes.css | 1 + static/font/css/fontello-ie7.css | 1 + static/font/css/fontello.css | 15 +- static/font/demo.html | 17 +- static/font/font/fontello.eot | Bin 16384 -> 16552 bytes static/font/font/fontello.svg | 2 + static/font/font/fontello.ttf | Bin 16216 -> 16384 bytes static/font/font/fontello.woff | Bin 9972 -> 10072 bytes static/font/font/fontello.woff2 | Bin 8456 -> 8564 bytes 19 files changed, 424 insertions(+), 30 deletions(-) create mode 100644 src/components/shadow_control/shadow_control.js create mode 100644 src/components/shadow_control/shadow_control.vue diff --git a/src/components/color_input/color_input.vue b/src/components/color_input/color_input.vue index 60a62fa8..ea9fb3c4 100644 --- a/src/components/color_input/color_input.vue +++ b/src/components/color_input/color_input.vue @@ -1,5 +1,5 @@