From 2ff918d4de6fa0b0d2436737815c3f58ad698560 Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Wed, 20 Aug 2014 18:58:27 -0300 Subject: Changing even sections background color on the style guide --- web-ui/app/scss/style-guide.scss | 8 +++++++- 1 file changed, 7 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 6d73b185..d0ecd3aa 100644 --- a/web-ui/app/scss/style-guide.scss +++ b/web-ui/app/scss/style-guide.scss @@ -28,6 +28,8 @@ ul.typography li { min-height: 125px; min-width: 130px; border: 1px solid #EEE; + background-color: white; + border-radius: 5px; } ul.left, ul.right { @@ -45,14 +47,18 @@ 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; + } } .color-card { width: 160px; height: 230px; - background-color: #344a5f; border-radius: 5px; display: inline-block; margin-right: 15px; -- cgit v1.2.3