From 84f42f3bfcc70b19deb001d582cf64444cd3ffbc Mon Sep 17 00:00:00 2001 From: Rob Simpson Date: Tue, 21 Aug 2018 20:19:34 -0400 Subject: [PATCH] docs(UI): Add Larger Callout to the Short Description --- docs_app/src/styles/1-layouts/_api-page.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs_app/src/styles/1-layouts/_api-page.scss b/docs_app/src/styles/1-layouts/_api-page.scss index 264008b6d3..0bd3c857ff 100644 --- a/docs_app/src/styles/1-layouts/_api-page.scss +++ b/docs_app/src/styles/1-layouts/_api-page.scss @@ -76,4 +76,13 @@ } } } + + /* used to target the short description */ + > p:nth-child(2) { + border-left: 5px solid $pink; + font-size: 1rem; + line-height: 1.25; + padding-left: .5rem; + + } } \ No newline at end of file