From a865659d77eee6e94cf69f637a70dc5e8f7cc17a Mon Sep 17 00:00:00 2001 From: Heydon Pickering Date: Thu, 13 Jul 2017 19:05:53 +0100 Subject: [PATCH] hamburger icon and icon refactor --- docs/css/styles.css | 15 +--- docs/index.html | 65 +++++++++------- docs/patterns/coding/code-blocks/index.html | 63 ++++++++------- .../coding/codepen-embedding/index.html | 65 +++++++++------- .../patterns/coding/color-palettes/index.html | 63 ++++++++------- docs/patterns/coding/index.html | 63 ++++++++------- docs/patterns/coding/tested/index.html | 63 ++++++++------- .../coding/writing-inline-demos/index.html | 67 +++++++++------- docs/patterns/index.html | 63 ++++++++------- docs/patterns/installation/index.html | 65 +++++++++------- docs/patterns/library-setup/index.html | 69 ++++++++++------- .../media/including-images/index.html | 63 ++++++++------- .../media/including-videos/index.html | 63 ++++++++------- docs/patterns/media/index.html | 63 ++++++++------- docs/patterns/serving/index.html | 65 +++++++++------- .../writing/expandable-sections/index.html | 69 ++++++++++------- docs/patterns/writing/index.html | 63 ++++++++------- .../writing/library-structure/index.html | 65 +++++++++------- .../writing/markdown-and-metadata/index.html | 63 ++++++++------- .../writing/notes-and-warnings/index.html | 63 ++++++++------- docs/patterns/writing/references/index.html | 77 +++++++++++-------- docs/service-worker.js | 2 +- themes/infusion/layouts/_default/baseof.html | 13 +++- themes/infusion/layouts/_default/li.html | 2 +- themes/infusion/layouts/partials/svg.html | 24 +++--- themes/infusion/layouts/patterns/single.html | 2 +- .../layouts/shortcodes/expandable.html | 2 +- .../infusion/layouts/shortcodes/pattern.html | 2 +- .../layouts/shortcodes/principles.html | 2 +- themes/infusion/layouts/shortcodes/wcag.html | 2 +- themes/infusion/layouts/taxonomy/tag.html | 2 +- themes/infusion/static/css/styles.css | 15 +--- 32 files changed, 794 insertions(+), 589 deletions(-) diff --git a/docs/css/styles.css b/docs/css/styles.css index 0969885..d64920e 100644 --- a/docs/css/styles.css +++ b/docs/css/styles.css @@ -682,25 +682,12 @@ p:empty { /* SVG icons */ -a svg { +a svg, button svg { height: 0.75em; width: auto; margin-right: 0.125rem; } -a .bookmark-icon { - width: 0.75em; -} - -a .balloon-icon { - height: 1.125em; - width: 0.85em; -} - -a .wcag-icon { - width: 1.5em; -} - h1 svg { vertical-align: -0.5rem; } diff --git a/docs/index.html b/docs/index.html index 1773ab6..1da1199 100644 --- a/docs/index.html +++ b/docs/index.html @@ -48,7 +48,7 @@ - + @@ -77,15 +77,21 @@ - + - - - - - - - + + + + + + + + + + + + +
@@ -98,28 +104,33 @@

Documentation for the Infusion pattern library builder. This documentation is constructed using the builder itself.