From cb1dbece97229f216cd3927c9c0f3c4d0ca9eb7b Mon Sep 17 00:00:00 2001 From: Dave Redfern Date: Thu, 25 Aug 2016 14:13:43 +0100 Subject: [PATCH] Moving overlay to it's own HTML pattern --- html/atom/overlay.php | 8 ++++++++ html/molecule/drawer/1-toggles.php | 4 +++- html/molecule/drawer/4-overlay.php | 7 ------- html/molecule/modal/{3-modal.php => 2-modal.php} | 2 ++ html/molecule/modal/2-overlay.php | 7 ------- src/scss/chopchop-ui.scss | 16 ++++++++++++++++ 6 files changed, 29 insertions(+), 15 deletions(-) create mode 100644 html/atom/overlay.php delete mode 100644 html/molecule/drawer/4-overlay.php rename html/molecule/modal/{3-modal.php => 2-modal.php} (96%) delete mode 100644 html/molecule/modal/2-overlay.php diff --git a/html/atom/overlay.php b/html/atom/overlay.php new file mode 100644 index 00000000..fcab6c6b --- /dev/null +++ b/html/atom/overlay.php @@ -0,0 +1,8 @@ + + +
\ No newline at end of file diff --git a/html/molecule/drawer/1-toggles.php b/html/molecule/drawer/1-toggles.php index fd658079..102f0cd2 100644 --- a/html/molecule/drawer/1-toggles.php +++ b/html/molecule/drawer/1-toggles.php @@ -3,4 +3,6 @@ */ ?>

Left Drawer Panel 1

-

Right Drawer Panel 1

\ No newline at end of file +

Right Drawer Panel 1

+ + \ No newline at end of file diff --git a/html/molecule/drawer/4-overlay.php b/html/molecule/drawer/4-overlay.php deleted file mode 100644 index 21011691..00000000 --- a/html/molecule/drawer/4-overlay.php +++ /dev/null @@ -1,7 +0,0 @@ - - -
\ No newline at end of file diff --git a/html/molecule/modal/3-modal.php b/html/molecule/modal/2-modal.php similarity index 96% rename from html/molecule/modal/3-modal.php rename to html/molecule/modal/2-modal.php index edac814a..2454fb8f 100644 --- a/html/molecule/modal/3-modal.php +++ b/html/molecule/modal/2-modal.php @@ -1,5 +1,7 @@