From e41d4a63946d1e317c3cf5435c0c695db9342f57 Mon Sep 17 00:00:00 2001 From: Patrick Balsiger Date: Fri, 3 Nov 2017 03:37:48 +0000 Subject: [PATCH] more styling --- data/index.html | 17 ++- data/scripts.js | 43 ++++-- data/styles.css | 140 ++++++++++++++++++ frontend/pages/index.html | 17 ++- frontend/scripts/sui.js | 2 +- frontend/scripts/zMain.js | 41 +++-- .../styles/{form.less => form/layout.less} | 3 + frontend/styles/form/slider.less | 85 +++++++++++ frontend/styles/form/switch.less | 58 ++++++++ frontend/styles/main.less | 22 +-- frontend/styles/styles.old.css | 119 --------------- frontend/styles/theme.less | 17 +++ 12 files changed, 385 insertions(+), 179 deletions(-) rename frontend/styles/{form.less => form/layout.less} (93%) create mode 100644 frontend/styles/form/slider.less create mode 100644 frontend/styles/form/switch.less delete mode 100644 frontend/styles/styles.old.css create mode 100644 frontend/styles/theme.less diff --git a/data/index.html b/data/index.html index 0954010..2a1d07a 100644 --- a/data/index.html +++ b/data/index.html @@ -16,28 +16,28 @@