From b5760a9313e2007ab6785344c8b7f6aab79c6ff0 Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Tue, 2 Sep 2014 20:08:39 -0300 Subject: Adding screenshot, modifying welcome session and cleaning up color grid on style guide. --- web-ui/app/scss/style-guide.scss | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (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 7d18109e..689f32a2 100644 --- a/web-ui/app/scss/style-guide.scss +++ b/web-ui/app/scss/style-guide.scss @@ -6,6 +6,20 @@ body { overflow: scroll !important; } +div#style-guide-wrap { + font-size: 1rem; +} + +div#style-guide-wrap p { + font-size: 1rem; +} + +img.screenshot { + max-width: 60%; + margin: 0 auto; + display: block; +} + nav { position: fixed; z-index: 10; @@ -94,6 +108,7 @@ section.guide-section { /* Color Cards definition */ .color-grid { + margin-bottom: 25px; #primary-color-card { background-color: $primary_color; } #secondary-color-card { background-color: $secondary; } #top-pane-card { background-color: $top_pane; } -- cgit v1.2.3