From 32f84f84824bee618ce3be48839c7096fe66b599 Mon Sep 17 00:00:00 2001 From: Kevin Chu Date: Sat, 6 May 2017 20:28:01 -0700 Subject: [PATCH] Updating accordion content --- docs/assets/scss/_accordion-content.scss | 21 +- docs/pages/index.md | 282 +++++++++-------------- docs/partials/search-bar.html | 2 +- 3 files changed, 128 insertions(+), 177 deletions(-) diff --git a/docs/assets/scss/_accordion-content.scss b/docs/assets/scss/_accordion-content.scss index 33800eccb..4750bf973 100644 --- a/docs/assets/scss/_accordion-content.scss +++ b/docs/assets/scss/_accordion-content.scss @@ -34,11 +34,9 @@ font-size: 1.25rem; line-height: 1.5; padding-left: 0; - // margin-bottom: 1rem; - // border-bottom: 1px solid #e6e6e6; background: none; border: none; - border-bottom: 1px dashed #e6e6e6; + border-bottom: 1px dashed #d6d6d6; transition: all 0.3s ease; } @@ -79,8 +77,14 @@ } } -.accordion-content-item-divider { +.accordion-content-item { + font-family: "Proxima Nova", Helvetica, Arial, sans-serif; + margin-bottom: 2rem; +} + +.docs-component .accordion-content-item-divider { border-bottom: 1px dashed #e5e5e5; + margin-bottom: 0; } .accordion-content-item-thumbnail { @@ -94,15 +98,10 @@ } } -.accordion-content-item { - font-family: "Proxima Nova", Helvetica, Arial, sans-serif; -} - .accordion-content-item-cta { img { margin-right: 0.5rem; - } } @@ -110,3 +109,7 @@ .accordion-content.is-active { display: block; } + +.responsive-embed { + margin-bottom: 0; +} \ No newline at end of file diff --git a/docs/pages/index.md b/docs/pages/index.md index 511173e4f..5bb5ee2c2 100644 --- a/docs/pages/index.md +++ b/docs/pages/index.md @@ -24,47 +24,41 @@ With an easy to understand syntax and consistent structure, you'll learn your wa + \ No newline at end of file diff --git a/docs/partials/search-bar.html b/docs/partials/search-bar.html index 2bc06d384..20bb2c65e 100644 --- a/docs/partials/search-bar.html +++ b/docs/partials/search-bar.html @@ -4,7 +4,7 @@
- Menu + Component List