diff --git a/doc/kss/templates/default/index.hbs b/doc/kss/templates/default/index.hbs index 46a7f1a..a1ff690 100644 --- a/doc/kss/templates/default/index.hbs +++ b/doc/kss/templates/default/index.hbs @@ -73,7 +73,7 @@ the "#if @first" block as seen below. }} {{#each sections}} - <{{#if @first}}div{{else}}section{{/if}} id="kssref-{{referenceURI}}" class="kss-section kss-section--depth-{{depth}} {{#if @root.template.isItem}}is-fullscreen{{/if}}"> +
@@ -159,7 +159,7 @@
{{/if}} - +
{{/each}} {{/if}} diff --git a/doc/kss/templates/default/kss-assets/kss.css b/doc/kss/templates/default/kss-assets/kss.css index 0e20b82..3934373 100644 --- a/doc/kss/templates/default/kss-assets/kss.css +++ b/doc/kss/templates/default/kss-assets/kss.css @@ -2,7 +2,7 @@ font-family: 'San Francisco'; } .kss-style { - color: #444; + color: #60676f; font-family: Helvetica, "Helvetica Neue", Arial, sans-serif; font-size: 16px; line-height: 24px; } @@ -42,15 +42,29 @@ .kss-style h5, .kss-style h6 { font-weight: bold; } + .kss-style h1::before, + .kss-style h2::before { + color: #e2e3e5; + font-size: 17.6px; + position: absolute; } + .kss-style h1::after, + .kss-style h2::after { + border-bottom: 1px solid #f4f3f8; + content: ''; + display: block; + height: 2.4rem; + margin-left: -90px; + width: 74vw; } .kss-style h1 { - font-size: 44px; } - .kss-style h2 { font-size: 40px; } + .kss-style h1::before { + content: ' #'; + margin-left: -20px; } + .kss-style h2 { + font-size: 32px; } .kss-style h2::before { - color: #e2e3e5; - content: '#'; - margin-left: -30px; - position: absolute; } + content: '##'; + margin-left: -30px; } .kss-style h3 { font-size: 34px; } .kss-style h4 { @@ -67,7 +81,7 @@ .kss-style hr { border: 0; border-bottom: 1px solid #e6e6e6; - border-top: 1px solid #dddddd; + border-top: 1px solid white; display: block; height: 2px; margin: 24px 0; @@ -76,7 +90,7 @@ .kss-style code, .kss-style kbd, .kss-style samp { - color: #2b2b2b; + color: #393c40; font-family: Menlo, "Ubuntu Mono", "Lucida Console", "Courier New", Courier, monospace; font-size: 1em; } .kss-style pre { @@ -156,7 +170,6 @@ margin: 0; padding: 20px; /* SPAN elements with the classes below are added by prettyprint. */ - /* plain text */ /* Specify class=linenums on a pre to get line numbering */ } #kss-node.kss-fullscreen-mode .kss-sidebar, #kss-node.kss-fullscreen-mode .kss-section:not(.is-fullscreen), @@ -172,7 +185,7 @@ box-sizing: border-box; } } @media screen and (min-width: 769px) { #kss-node .kss-main { - padding: 0 20px 0 30px; } } + padding: 140px 90px; } } #kss-node .kss-sidebar { border-right: 1px solid #e2e3e5; } @media screen and (min-width: 769px) { @@ -388,9 +401,6 @@ display: table-cell; } #kss-node .kss-parameters__default-value code { white-space: nowrap; } - #kss-node .kss-modifier__wrapper { - border: 1px solid #999; - padding: 0 10px 10px; } #kss-node .is-fullscreen .kss-modifier__wrapper { border: 0; margin-left: -20px; @@ -398,11 +408,14 @@ padding-left: 0; padding-right: 0; } #kss-node .kss-modifier__heading { - background-color: #999; - border-bottom: 1px solid #999; - font-weight: bold; - margin: 0 -10px 10px; - padding: 10px; } + margin: 2.4rem 0; + padding: 1.2rem 0; } + #kss-node .kss-modifier__heading::after { + border-bottom: 4px solid #f3f3f5; + content: ''; + display: block; + padding-top: 1.2rem; + width: 40%; } #kss-node .is-fullscreen .kss-modifier__heading { border: 1px solid #999; margin: 0 20px 10px; } @@ -477,17 +490,24 @@ left: 0; right: auto; } #kss-node .kss-markup { - border: 1px solid #999; - margin: 24px 0; } + border: 1px solid #e0e4e7; + border-radius: 3px; + margin: 24px 0; + padding: 20px; } #kss-node .kss-markup[open] summary { - border-bottom: 1px solid #999; - margin-bottom: 3px; } + background: url("./images/up_arrow.svg") no-repeat right center; } #kss-node .kss-markup summary { - padding-left: 10px; } + background: url("./images/down_arrow.svg") no-repeat right center; + cursor: pointer; } #kss-node .kss-markup pre { - margin: 0; } + background: #1d1f20; + overflow: auto; + padding: 20px; } + #kss-node .kss-markup pre code { + background: transparent; } #kss-node .kss-source { - font-size: 80%; } + font-size: 70%; + font-style: italic; } #kss-node .kss-github { display: none; } @media screen and (min-width: 501px) { @@ -498,19 +518,25 @@ top: 0; } } #kss-node .kss-github img { border: 0; } + #kss-node .tag { + color: #a7925a; } + #kss-node .atn { + color: #ddca7e; } + #kss-node .pun { + color: #fff; } + #kss-node .atv { + color: #96b38a; } #kss-node .pln { - color: #000; } + color: #fff; } #kss-node ol.linenums { list-style-type: none; margin: 0; - padding: 0 0 3px; } + padding: 0; } #kss-node ol.linenums li { - background: #fff; - border-bottom: 1px solid #999; + line-height: 2rem; + margin: 0; min-height: 24px; padding: 0 10px; } - #kss-node ol.linenums li:first-child { - padding-top: 3px; } .kss-container { display: grid; @@ -574,3 +600,6 @@ height: 200px; margin: 0 auto; width: 200px; } + +.kss-description p { + padding-bottom: 1.2rem; } diff --git a/doc/kss/templates/default/kss-assets/kss.scss b/doc/kss/templates/default/kss-assets/kss.scss index ea1ca77..1453c41 100644 --- a/doc/kss/templates/default/kss-assets/kss.scss +++ b/doc/kss/templates/default/kss-assets/kss.scss @@ -16,24 +16,33 @@ $kss-colors-subheader-border: #e7e7e9; $kss-colors-background: $kss-white; $kss-colors-border-sep: #e2e3e5; +$kss-colors-border-bottom-sep: #f4f3f8; $kss-colors-menu-link: #2e3337; $kss-colors-menu-link-active: #93cdcf; $kss-colors-submenu-link: #6a737a; -$kss-colors-foreground: #444; +$kss-colors-foreground: #60676f; $kss-colors-heading: #111; $kss-colors-heading-side: #e2e3e5; $kss-colors-quotes: $kss-gray; $kss-colors-ins-bg: #ff9; $kss-colors-mark-bg: #ff0; +$kss-colors-markup-border: #e0e4e7; +$kss-colors-markup-code: #1d1f20; $kss-colors-link: #d1783e; $kss-colors-link-visited: #d1783e; $kss-colors-link-hover: lighten($kss-colors-link, 20%); $kss-colors-link-active: #d1783e; +$kss-colors-tag: #a7925a; +$kss-colors-atn: #ddca7e; +$kss-colors-pun: #fff; +$kss-colors-atv: #96b38a; +$kss-colors-pln: #fff; + $kss-font-body: Helvetica, 'Helvetica Neue', Arial, sans-serif; $kss-font-code: Menlo, 'Ubuntu Mono', 'Lucida Console', 'Courier New', Courier, monospace; @@ -107,16 +116,39 @@ $kss-vertical-rhythm: $kss-font-size * 1.5; font-weight: bold; } - h1 { font-size: $kss-font-size * 2.75; } - + h1, h2 { + &::before { + color: $kss-colors-heading-side; + font-size: $kss-font-size * 1.1; + position: absolute; + } + + &::after { + border-bottom: 1px solid $kss-colors-border-bottom-sep; + content: ''; + display: block; + height: 2.4rem; + margin-left: -90px; + width: 74vw; + } + } + + h1 { font-size: $kss-font-size * 2.5; &::before { - color: $kss-colors-heading-side; - content: '#'; + content: ' #'; + margin-left: -20px; + } + } + + h2 { + font-size: $kss-font-size * 2; + + &::before { + content: '##'; margin-left: -30px; - position: absolute; } } @@ -288,7 +320,7 @@ $kss-vertical-rhythm: $kss-font-size * 1.5; .kss-main { @media screen and (min-width: 769px) { - padding: 0 20px 0 30px; + padding: 140px 90px; } } @@ -620,11 +652,6 @@ $kss-vertical-rhythm: $kss-font-size * 1.5; white-space: nowrap; } - .kss-modifier__wrapper { - border: 1px solid $kss-gray; - padding: 0 10px 10px; - } - .is-fullscreen .kss-modifier__wrapper { border: 0; margin-left: -20px; @@ -634,11 +661,16 @@ $kss-vertical-rhythm: $kss-font-size * 1.5; } .kss-modifier__heading { - background-color: $kss-gray; - border-bottom: 1px solid $kss-gray; - font-weight: bold; - margin: 0 -10px 10px; - padding: 10px; + margin: 2.4rem 0; + padding: 1.2rem 0; + + &::after { + border-bottom: 4px solid $kss-colors-subheader-bg; + content: ''; + display: block; + padding-top: 1.2rem; + width: 40%; + } } .is-fullscreen .kss-modifier__heading { @@ -763,25 +795,34 @@ $kss-vertical-rhythm: $kss-font-size * 1.5; } .kss-markup { - border: 1px solid $kss-gray; - margin: $kss-vertical-rhythm 0; + border: 1px solid $kss-colors-markup-border; + border-radius: 3px; + margin: 24px 0; + padding: 20px; &[open] summary { - border-bottom: 1px solid $kss-gray; - margin-bottom: 3px; + background: url('./images/up_arrow.svg') no-repeat right center; } - summary { - padding-left: 10px; + & summary { + background: url('./images/down_arrow.svg') no-repeat right center; + cursor: pointer; } pre { - margin: 0; + background: $kss-colors-markup-code; + overflow: auto; + padding: 20px; + + code { + background: transparent; + } } } .kss-source { - font-size: 80%; + font-size: 70%; + font-style: italic; } .kss-github { @@ -804,24 +845,24 @@ $kss-vertical-rhythm: $kss-font-size * 1.5; // ------------------------------------------------------------------------------ /* SPAN elements with the classes below are added by prettyprint. */ - .pln { color: $kss-black; } /* plain text */ + .tag { color: $kss-colors-tag; } + .atn { color: $kss-colors-atn; } + .pun { color: $kss-colors-pun; } + .atv { color: $kss-colors-atv; } + .pln { color: $kss-colors-pln; } /* Specify class=linenums on a pre to get line numbering */ ol.linenums { list-style-type: none; margin: 0; - padding: 0 0 3px; + padding: 0; li { - background: $kss-white; - border-bottom: 1px solid $kss-gray; + line-height: 2rem; + margin: 0; min-height: $kss-vertical-rhythm; padding: 0 10px; - - &:first-child { - padding-top: 3px; - } } } } @@ -920,3 +961,10 @@ $kss-vertical-rhythm: $kss-font-size * 1.5; margin: 0 auto; width: 200px; } + +.kss-description { + + p { + padding-bottom: 1.2rem; + } +} diff --git a/doc/styleguide/kss-assets/kss.css b/doc/styleguide/kss-assets/kss.css index 0e20b82..3934373 100644 --- a/doc/styleguide/kss-assets/kss.css +++ b/doc/styleguide/kss-assets/kss.css @@ -2,7 +2,7 @@ font-family: 'San Francisco'; } .kss-style { - color: #444; + color: #60676f; font-family: Helvetica, "Helvetica Neue", Arial, sans-serif; font-size: 16px; line-height: 24px; } @@ -42,15 +42,29 @@ .kss-style h5, .kss-style h6 { font-weight: bold; } + .kss-style h1::before, + .kss-style h2::before { + color: #e2e3e5; + font-size: 17.6px; + position: absolute; } + .kss-style h1::after, + .kss-style h2::after { + border-bottom: 1px solid #f4f3f8; + content: ''; + display: block; + height: 2.4rem; + margin-left: -90px; + width: 74vw; } .kss-style h1 { - font-size: 44px; } - .kss-style h2 { font-size: 40px; } + .kss-style h1::before { + content: ' #'; + margin-left: -20px; } + .kss-style h2 { + font-size: 32px; } .kss-style h2::before { - color: #e2e3e5; - content: '#'; - margin-left: -30px; - position: absolute; } + content: '##'; + margin-left: -30px; } .kss-style h3 { font-size: 34px; } .kss-style h4 { @@ -67,7 +81,7 @@ .kss-style hr { border: 0; border-bottom: 1px solid #e6e6e6; - border-top: 1px solid #dddddd; + border-top: 1px solid white; display: block; height: 2px; margin: 24px 0; @@ -76,7 +90,7 @@ .kss-style code, .kss-style kbd, .kss-style samp { - color: #2b2b2b; + color: #393c40; font-family: Menlo, "Ubuntu Mono", "Lucida Console", "Courier New", Courier, monospace; font-size: 1em; } .kss-style pre { @@ -156,7 +170,6 @@ margin: 0; padding: 20px; /* SPAN elements with the classes below are added by prettyprint. */ - /* plain text */ /* Specify class=linenums on a pre to get line numbering */ } #kss-node.kss-fullscreen-mode .kss-sidebar, #kss-node.kss-fullscreen-mode .kss-section:not(.is-fullscreen), @@ -172,7 +185,7 @@ box-sizing: border-box; } } @media screen and (min-width: 769px) { #kss-node .kss-main { - padding: 0 20px 0 30px; } } + padding: 140px 90px; } } #kss-node .kss-sidebar { border-right: 1px solid #e2e3e5; } @media screen and (min-width: 769px) { @@ -388,9 +401,6 @@ display: table-cell; } #kss-node .kss-parameters__default-value code { white-space: nowrap; } - #kss-node .kss-modifier__wrapper { - border: 1px solid #999; - padding: 0 10px 10px; } #kss-node .is-fullscreen .kss-modifier__wrapper { border: 0; margin-left: -20px; @@ -398,11 +408,14 @@ padding-left: 0; padding-right: 0; } #kss-node .kss-modifier__heading { - background-color: #999; - border-bottom: 1px solid #999; - font-weight: bold; - margin: 0 -10px 10px; - padding: 10px; } + margin: 2.4rem 0; + padding: 1.2rem 0; } + #kss-node .kss-modifier__heading::after { + border-bottom: 4px solid #f3f3f5; + content: ''; + display: block; + padding-top: 1.2rem; + width: 40%; } #kss-node .is-fullscreen .kss-modifier__heading { border: 1px solid #999; margin: 0 20px 10px; } @@ -477,17 +490,24 @@ left: 0; right: auto; } #kss-node .kss-markup { - border: 1px solid #999; - margin: 24px 0; } + border: 1px solid #e0e4e7; + border-radius: 3px; + margin: 24px 0; + padding: 20px; } #kss-node .kss-markup[open] summary { - border-bottom: 1px solid #999; - margin-bottom: 3px; } + background: url("./images/up_arrow.svg") no-repeat right center; } #kss-node .kss-markup summary { - padding-left: 10px; } + background: url("./images/down_arrow.svg") no-repeat right center; + cursor: pointer; } #kss-node .kss-markup pre { - margin: 0; } + background: #1d1f20; + overflow: auto; + padding: 20px; } + #kss-node .kss-markup pre code { + background: transparent; } #kss-node .kss-source { - font-size: 80%; } + font-size: 70%; + font-style: italic; } #kss-node .kss-github { display: none; } @media screen and (min-width: 501px) { @@ -498,19 +518,25 @@ top: 0; } } #kss-node .kss-github img { border: 0; } + #kss-node .tag { + color: #a7925a; } + #kss-node .atn { + color: #ddca7e; } + #kss-node .pun { + color: #fff; } + #kss-node .atv { + color: #96b38a; } #kss-node .pln { - color: #000; } + color: #fff; } #kss-node ol.linenums { list-style-type: none; margin: 0; - padding: 0 0 3px; } + padding: 0; } #kss-node ol.linenums li { - background: #fff; - border-bottom: 1px solid #999; + line-height: 2rem; + margin: 0; min-height: 24px; padding: 0 10px; } - #kss-node ol.linenums li:first-child { - padding-top: 3px; } .kss-container { display: grid; @@ -574,3 +600,6 @@ height: 200px; margin: 0 auto; width: 200px; } + +.kss-description p { + padding-bottom: 1.2rem; } diff --git a/doc/styleguide/kss-assets/kss.scss b/doc/styleguide/kss-assets/kss.scss index ea1ca77..1453c41 100644 --- a/doc/styleguide/kss-assets/kss.scss +++ b/doc/styleguide/kss-assets/kss.scss @@ -16,24 +16,33 @@ $kss-colors-subheader-border: #e7e7e9; $kss-colors-background: $kss-white; $kss-colors-border-sep: #e2e3e5; +$kss-colors-border-bottom-sep: #f4f3f8; $kss-colors-menu-link: #2e3337; $kss-colors-menu-link-active: #93cdcf; $kss-colors-submenu-link: #6a737a; -$kss-colors-foreground: #444; +$kss-colors-foreground: #60676f; $kss-colors-heading: #111; $kss-colors-heading-side: #e2e3e5; $kss-colors-quotes: $kss-gray; $kss-colors-ins-bg: #ff9; $kss-colors-mark-bg: #ff0; +$kss-colors-markup-border: #e0e4e7; +$kss-colors-markup-code: #1d1f20; $kss-colors-link: #d1783e; $kss-colors-link-visited: #d1783e; $kss-colors-link-hover: lighten($kss-colors-link, 20%); $kss-colors-link-active: #d1783e; +$kss-colors-tag: #a7925a; +$kss-colors-atn: #ddca7e; +$kss-colors-pun: #fff; +$kss-colors-atv: #96b38a; +$kss-colors-pln: #fff; + $kss-font-body: Helvetica, 'Helvetica Neue', Arial, sans-serif; $kss-font-code: Menlo, 'Ubuntu Mono', 'Lucida Console', 'Courier New', Courier, monospace; @@ -107,16 +116,39 @@ $kss-vertical-rhythm: $kss-font-size * 1.5; font-weight: bold; } - h1 { font-size: $kss-font-size * 2.75; } - + h1, h2 { + &::before { + color: $kss-colors-heading-side; + font-size: $kss-font-size * 1.1; + position: absolute; + } + + &::after { + border-bottom: 1px solid $kss-colors-border-bottom-sep; + content: ''; + display: block; + height: 2.4rem; + margin-left: -90px; + width: 74vw; + } + } + + h1 { font-size: $kss-font-size * 2.5; &::before { - color: $kss-colors-heading-side; - content: '#'; + content: ' #'; + margin-left: -20px; + } + } + + h2 { + font-size: $kss-font-size * 2; + + &::before { + content: '##'; margin-left: -30px; - position: absolute; } } @@ -288,7 +320,7 @@ $kss-vertical-rhythm: $kss-font-size * 1.5; .kss-main { @media screen and (min-width: 769px) { - padding: 0 20px 0 30px; + padding: 140px 90px; } } @@ -620,11 +652,6 @@ $kss-vertical-rhythm: $kss-font-size * 1.5; white-space: nowrap; } - .kss-modifier__wrapper { - border: 1px solid $kss-gray; - padding: 0 10px 10px; - } - .is-fullscreen .kss-modifier__wrapper { border: 0; margin-left: -20px; @@ -634,11 +661,16 @@ $kss-vertical-rhythm: $kss-font-size * 1.5; } .kss-modifier__heading { - background-color: $kss-gray; - border-bottom: 1px solid $kss-gray; - font-weight: bold; - margin: 0 -10px 10px; - padding: 10px; + margin: 2.4rem 0; + padding: 1.2rem 0; + + &::after { + border-bottom: 4px solid $kss-colors-subheader-bg; + content: ''; + display: block; + padding-top: 1.2rem; + width: 40%; + } } .is-fullscreen .kss-modifier__heading { @@ -763,25 +795,34 @@ $kss-vertical-rhythm: $kss-font-size * 1.5; } .kss-markup { - border: 1px solid $kss-gray; - margin: $kss-vertical-rhythm 0; + border: 1px solid $kss-colors-markup-border; + border-radius: 3px; + margin: 24px 0; + padding: 20px; &[open] summary { - border-bottom: 1px solid $kss-gray; - margin-bottom: 3px; + background: url('./images/up_arrow.svg') no-repeat right center; } - summary { - padding-left: 10px; + & summary { + background: url('./images/down_arrow.svg') no-repeat right center; + cursor: pointer; } pre { - margin: 0; + background: $kss-colors-markup-code; + overflow: auto; + padding: 20px; + + code { + background: transparent; + } } } .kss-source { - font-size: 80%; + font-size: 70%; + font-style: italic; } .kss-github { @@ -804,24 +845,24 @@ $kss-vertical-rhythm: $kss-font-size * 1.5; // ------------------------------------------------------------------------------ /* SPAN elements with the classes below are added by prettyprint. */ - .pln { color: $kss-black; } /* plain text */ + .tag { color: $kss-colors-tag; } + .atn { color: $kss-colors-atn; } + .pun { color: $kss-colors-pun; } + .atv { color: $kss-colors-atv; } + .pln { color: $kss-colors-pln; } /* Specify class=linenums on a pre to get line numbering */ ol.linenums { list-style-type: none; margin: 0; - padding: 0 0 3px; + padding: 0; li { - background: $kss-white; - border-bottom: 1px solid $kss-gray; + line-height: 2rem; + margin: 0; min-height: $kss-vertical-rhythm; padding: 0 10px; - - &:first-child { - padding-top: 3px; - } } } } @@ -920,3 +961,10 @@ $kss-vertical-rhythm: $kss-font-size * 1.5; margin: 0 auto; width: 200px; } + +.kss-description { + + p { + padding-bottom: 1.2rem; + } +} diff --git a/doc/styleguide/section-base.html b/doc/styleguide/section-base.html index c9b582d..ffb5585 100644 --- a/doc/styleguide/section-base.html +++ b/doc/styleguide/section-base.html @@ -172,7 +172,7 @@ -
+

@@ -236,8 +236,8 @@ Source: _color.scss, line 107

-
-
+ +

@@ -281,8 +281,8 @@ Source: _color.scss, line 194

-
-
+ +

@@ -330,7 +330,7 @@ Source: _color.scss, line 168

-
+ diff --git a/doc/styleguide/section-blocks.html b/doc/styleguide/section-blocks.html index 49e36a3..757290e 100644 --- a/doc/styleguide/section-blocks.html +++ b/doc/styleguide/section-blocks.html @@ -187,7 +187,7 @@ -
+

@@ -223,8 +223,8 @@ Source: modules/_quotes.scss, line 28

-
-
+ +

@@ -276,8 +276,8 @@ Source: modules/_promos.scss, line 1

-
-
+ +

@@ -329,8 +329,8 @@ Source: modules/_promos.scss, line 75

-
-
+ +

@@ -374,8 +374,8 @@ Source: modules/_slides-navigation.scss, line 1

-
-
+ +

@@ -415,8 +415,8 @@ Source: modules/_quotes.scss, line 1

-
-
+ +

@@ -500,7 +500,7 @@ Source: modules/_toc.scss, line 1

-
+ diff --git a/doc/styleguide/section-content.html b/doc/styleguide/section-content.html index f9f067f..d81d133 100644 --- a/doc/styleguide/section-content.html +++ b/doc/styleguide/section-content.html @@ -162,7 +162,7 @@ -
+

@@ -244,7 +244,7 @@ Source: modules/_work.scss, line 1

-
+ diff --git a/doc/styleguide/section-elements.html b/doc/styleguide/section-elements.html index 46b16df..df69e48 100644 --- a/doc/styleguide/section-elements.html +++ b/doc/styleguide/section-elements.html @@ -167,7 +167,7 @@ -
+

@@ -261,8 +261,8 @@ Source: modules/_tables.scss, line 1

-
-
+ +

@@ -298,7 +298,7 @@ Source: modules/_form.scss, line 96

-
+ diff --git a/doc/styleguide/section-flexblock.html b/doc/styleguide/section-flexblock.html index 245d245..1042c37 100644 --- a/doc/styleguide/section-flexblock.html +++ b/doc/styleguide/section-flexblock.html @@ -212,7 +212,7 @@ -
+

@@ -336,8 +336,8 @@ Source: modules/_flexblock-activity.scss, line 5

-
- -
+ +

@@ -607,8 +607,8 @@ Source: modules/_flexblock-clients.scss, line 5

-
-
+ +

@@ -727,8 +727,8 @@ Source: modules/_flexblock-features.scss, line 5

-
- - -
+ +

@@ -1035,8 +1035,8 @@ Source: modules/_flexblock-metrics.scss, line 5

-
-
+ +

@@ -1182,8 +1182,8 @@ Source: modules/_flexblock-plans.scss, line 5

-
-
+ +

@@ -1241,8 +1241,8 @@ Source: modules/_flexblock-reasons.scss, line 5

-
-
+ +

@@ -1320,8 +1320,8 @@ Source: modules/_flexblock-specs.scss, line 5

-
-
+ +

@@ -1411,7 +1411,7 @@ Source: modules/_flexblock-steps.scss, line 6

-
+ diff --git a/doc/styleguide/section-forms.html b/doc/styleguide/section-forms.html index 0e872b8..e4c73d1 100644 --- a/doc/styleguide/section-forms.html +++ b/doc/styleguide/section-forms.html @@ -162,7 +162,7 @@ -
+

@@ -204,7 +204,7 @@ Source: modules/_form.scss, line 139

-
+ diff --git a/doc/styleguide/section-layout.html b/doc/styleguide/section-layout.html index 9e1b9d9..ecab66f 100644 --- a/doc/styleguide/section-layout.html +++ b/doc/styleguide/section-layout.html @@ -177,7 +177,7 @@ -
+

@@ -261,8 +261,8 @@ Source: _base.scss, line 143

-
-
+ +

@@ -306,8 +306,8 @@ Source: _base.scss, line 129

-
-
+ +

@@ -351,8 +351,8 @@ Source: _base.scss, line 73

-
-
+ +

@@ -461,7 +461,7 @@ Source: _base.scss, line 199

-
+ diff --git a/doc/styleguide/section-media.html b/doc/styleguide/section-media.html index 5e3f923..fe07529 100644 --- a/doc/styleguide/section-media.html +++ b/doc/styleguide/section-media.html @@ -167,7 +167,7 @@ -
+

@@ -216,8 +216,8 @@ Source: modules/_media.scss, line 35

-
-
+ +

@@ -265,7 +265,7 @@ Source: modules/_media.scss, line 1

-
+ diff --git a/doc/styleguide/section-slide.html b/doc/styleguide/section-slide.html index a61d6f3..5eff257 100644 --- a/doc/styleguide/section-slide.html +++ b/doc/styleguide/section-slide.html @@ -172,7 +172,7 @@ -
+

@@ -359,8 +359,8 @@ Source: modules/_slides-bg.scss, line 15

-
-
+ +

@@ -400,8 +400,8 @@ Source: modules/_slides-bg.scss, line 140

-
-
+ +

@@ -453,7 +453,7 @@ Source: modules/_slides-bg.scss, line 92

-
+ diff --git a/doc/styleguide/section-slides.html b/doc/styleguide/section-slides.html index dadad80..30e2b45 100644 --- a/doc/styleguide/section-slides.html +++ b/doc/styleguide/section-slides.html @@ -219,7 +219,7 @@ -
+

@@ -265,8 +265,8 @@ All HTML elements will have those styles

Source: modules/_slides.scss, line 1

-
-
+ +

@@ -321,8 +321,8 @@ All HTML elements will have those styles

Source: modules/_slides.scss, line 74

-
-
+ +

@@ -377,7 +377,7 @@ All HTML elements will have those styles

Source: modules/_slides.scss, line 60

-
+ diff --git a/doc/styleguide/section-typography.html b/doc/styleguide/section-typography.html index 9e60b7c..47610af 100644 --- a/doc/styleguide/section-typography.html +++ b/doc/styleguide/section-typography.html @@ -237,7 +237,7 @@ -
+

@@ -277,8 +277,8 @@ Source: _typography.scss, line 346

-
-
+ +

@@ -318,8 +318,8 @@ Source: _typography.scss, line 376

-
-
+ +

@@ -359,8 +359,8 @@ Source: _typography.scss, line 314

-
-
+ +

@@ -400,8 +400,8 @@ Source: _typography.scss, line 296

-
-
+ +

@@ -441,8 +441,8 @@ Source: _typography.scss, line 546

-
-
+ +

@@ -516,8 +516,8 @@ Source: _typography.scss, line 504

-
-
+ +

@@ -557,8 +557,8 @@ Source: _typography.scss, line 206

-
-
+ +

@@ -594,8 +594,8 @@ Source: _typography.scss, line 333

-
-
+ +

@@ -635,8 +635,8 @@ Source: _typography.scss, line 233

-
-
+ +

@@ -672,8 +672,8 @@ Source: _typography.scss, line 286

-
-
+ +

@@ -719,8 +719,8 @@ Source: _typography.scss, line 449

-
-
+ +

@@ -760,8 +760,8 @@ Source: _typography.scss, line 418

-
-
+ +

@@ -801,8 +801,8 @@ Source: _typography.scss, line 220

-
-
+ +

@@ -842,8 +842,8 @@ Source: _typography.scss, line 250

-
-
+ +

@@ -883,8 +883,8 @@ Source: _typography.scss, line 404

-
-
+ +

@@ -920,7 +920,7 @@ Source: _typography.scss, line 276

-
+