From e0e5670d0e8d474fef9e54f489d3a02f104f31cf Mon Sep 17 00:00:00 2001 From: n1474335 Date: Thu, 13 Apr 2017 17:59:37 +0100 Subject: [PATCH] Styles rewritten in a modular format with themable properties stored in variables. --- src/web/html/index.html | 5 +- src/web/stylesheets/components/_alert.scss | 22 + src/web/stylesheets/components/_button.scss | 13 + src/web/stylesheets/components/_list.scss | 13 + .../stylesheets/components/_operation.scss | 193 ++++++++ src/web/stylesheets/components/_pane.scss | 28 ++ src/web/stylesheets/layout/_banner.scss | 28 ++ src/web/stylesheets/layout/_controls.scss | 63 +++ .../layout.scss => layout/_io.scss} | 411 ++---------------- src/web/stylesheets/layout/_modals.scss | 80 ++++ src/web/stylesheets/layout/_operations.scss | 65 +++ src/web/stylesheets/layout/_recipe.scss | 19 + .../classic.scss => layout/_structure.scss} | 285 ++---------- src/web/stylesheets/main.scss | 30 +- src/web/stylesheets/structure/utils.scss | 37 -- src/web/stylesheets/themes/_classic.scss | 90 ++++ src/web/stylesheets/utils/_general.scss | 73 ++++ src/web/stylesheets/utils/_mixins.scss | 29 ++ .../overrides.scss => utils/_overrides.scss} | 8 + 19 files changed, 834 insertions(+), 658 deletions(-) create mode 100644 src/web/stylesheets/components/_alert.scss create mode 100644 src/web/stylesheets/components/_button.scss create mode 100644 src/web/stylesheets/components/_list.scss create mode 100644 src/web/stylesheets/components/_operation.scss create mode 100644 src/web/stylesheets/components/_pane.scss create mode 100644 src/web/stylesheets/layout/_banner.scss create mode 100644 src/web/stylesheets/layout/_controls.scss rename src/web/stylesheets/{structure/layout.scss => layout/_io.scss} (56%) mode change 100755 => 100644 create mode 100644 src/web/stylesheets/layout/_modals.scss create mode 100644 src/web/stylesheets/layout/_operations.scss create mode 100644 src/web/stylesheets/layout/_recipe.scss rename src/web/stylesheets/{themes/classic.scss => layout/_structure.scss} (50%) mode change 100755 => 100644 delete mode 100755 src/web/stylesheets/structure/utils.scss create mode 100755 src/web/stylesheets/themes/_classic.scss create mode 100755 src/web/stylesheets/utils/_general.scss create mode 100644 src/web/stylesheets/utils/_mixins.scss rename src/web/stylesheets/{structure/overrides.scss => utils/_overrides.scss} (91%) diff --git a/src/web/html/index.html b/src/web/html/index.html index 35877e45..c60069d0 100755 --- a/src/web/html/index.html +++ b/src/web/html/index.html @@ -38,7 +38,7 @@
-