From b3595f70fd50575655eabb4a82f51a2885566712 Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Tue, 2 Sep 2014 20:50:38 -0300 Subject: Adding icons section and removing (currently) empty components section on the style guide --- web-ui/app/scss/style-guide.scss | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'web-ui/app/scss') diff --git a/web-ui/app/scss/style-guide.scss b/web-ui/app/scss/style-guide.scss index 689f32a2..7370aac6 100644 --- a/web-ui/app/scss/style-guide.scss +++ b/web-ui/app/scss/style-guide.scss @@ -69,13 +69,16 @@ ul.right { section.guide-section { display: block; height: 100%; - min-height: 666px; overflow-y: auto; padding: 66px 32px; &:nth-child(even) { background-color: $top_pane; } + + &:last-child { + min-height: 666px; + } } .color-card { @@ -131,4 +134,9 @@ ul.typography li h2 { ul.headers-and-sizes { margin: 20px 100px 0 0; display: inline-block; +} + +section#icons i { + font-size: xx-large; + margin-right: 20px; } \ No newline at end of file -- cgit v1.2.3