From 29a472ae5d8313fd184d6a5ab31e4592c45f8b5b Mon Sep 17 00:00:00 2001 From: Charles Hacskaylo Date: Tue, 8 Aug 2017 10:38:41 -0700 Subject: [PATCH] [Style Guide] Tweak Style Guide CSS --- .../res/sass/_style-guide-base.scss | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/example/styleguide/res/sass/_style-guide-base.scss b/example/styleguide/res/sass/_style-guide-base.scss index c6a9c25b88..32b6a8bdf9 100644 --- a/example/styleguide/res/sass/_style-guide-base.scss +++ b/example/styleguide/res/sass/_style-guide-base.scss @@ -143,6 +143,17 @@ // Example grid of glyphs .items-holder.grid { + table.details { + width: 100%; + td { + font-size: inherit; + &.label { + color: pushBack($colorBodyFg, 10%); + text-transform: uppercase; + white-space: nowrap; + } + } + } .item.glyph-item, .item.swatch-item { margin-bottom: 50px; @@ -155,15 +166,6 @@ margin: $interiorMarginLg 0; text-align: center; } - - table.details td { - font-size: inherit; - &.label { - color: pushBack($colorBodyFg, 10%); - text-transform: uppercase; - white-space: nowrap; - } - } } .item.glyph-item {