diff --git a/assets/styles/main.scss b/assets/styles/main.scss index 91b040f54..2f2bb58c6 100644 --- a/assets/styles/main.scss +++ b/assets/styles/main.scss @@ -146,3 +146,13 @@ hr { transition-delay: 0; } } + +.ds-card .ds-section { + padding: 0; + margin-left: -$space-base; + margin-right: -$space-base; + + .ds-container { + padding: $space-base; + } +} diff --git a/components/LoadMore.vue b/components/LoadMore.vue index 5bec2684a..15d0edbca 100644 --- a/components/LoadMore.vue +++ b/components/LoadMore.vue @@ -4,8 +4,8 @@ style="text-align: center" > diff --git a/pages/post/_slug/index.vue b/pages/post/_slug/index.vue index 949263e95..be13d2973 100644 --- a/pages/post/_slug/index.vue +++ b/pages/post/_slug/index.vue @@ -53,9 +53,7 @@ - +

@@ -234,11 +232,7 @@ export default { } } .ds-card-footer { - padding: 0; - - .ds-section { - padding: $space-base; - } + padding-bottom: 0; } } diff --git a/styleguide/src/system/components/layout/Container/style.scss b/styleguide/src/system/components/layout/Container/style.scss index 5af76e2de..580d0c559 100644 --- a/styleguide/src/system/components/layout/Container/style.scss +++ b/styleguide/src/system/components/layout/Container/style.scss @@ -34,4 +34,4 @@ .ds-container-x-large { max-width: #{$xl}px; -} \ No newline at end of file +} diff --git a/styleguide/src/system/styles/core/reset.scss b/styleguide/src/system/styles/core/reset.scss index d4a556aa9..5db715688 100644 --- a/styleguide/src/system/styles/core/reset.scss +++ b/styleguide/src/system/styles/core/reset.scss @@ -64,7 +64,7 @@ body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: $text-color-base; - background-color: $background-color-base; // 2 + background-color: $background-color-softer; } // Suppress the focus outline on elements that cannot be accessed via keyboard. diff --git a/styleguide/yarn.lock b/styleguide/yarn.lock index fcd471314..3ff5206a4 100644 --- a/styleguide/yarn.lock +++ b/styleguide/yarn.lock @@ -2578,6 +2578,11 @@ cli-width@^2.0.0: resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.0.tgz#ff19ede8a9a5e579324147b0c11f0fbcbabed639" integrity sha1-/xnt6Kml5XkyQUewwR8PvLq+1jk= +clipboard-copy@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/clipboard-copy/-/clipboard-copy-2.0.1.tgz#25214db3aabc282109cfa3429ffd885b014fc8b3" + integrity sha512-/JBr7ryeWwl2w33SRMYGfOZU5SWPVNtpB9oTxUzFp7olKKd2HM+cnhSMeETblJMnjgqtL581ncI/pcZX7o7Big== + clipboardy@^1.2.3: version "1.2.3" resolved "https://registry.yarnpkg.com/clipboardy/-/clipboardy-1.2.3.tgz#0526361bf78724c1f20be248d428e365433c07ef"