From e02171f23dad54adaf5cacedc5fd7d525d36f25b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Tue, 1 Jul 2014 13:01:11 +0200 Subject: [PATCH] Minor Style fixes in summary --- app/styles/components/summary.scss | 8 ++++++-- app/styles/layout/issues.scss | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/app/styles/components/summary.scss b/app/styles/components/summary.scss index 5d39675f..683f102b 100644 --- a/app/styles/components/summary.scss +++ b/app/styles/components/summary.scss @@ -68,13 +68,17 @@ ul { border-right: 1px solid $whitish; margin-right: 1rem; + vertical-align: top; &:last-child { - border-right: 0; - margin-right: 0; + border: 0; + margin: 0; } } .icon { @extend %xlarge; margin-right: .4rem; } + .button { + color: $white; + } } diff --git a/app/styles/layout/issues.scss b/app/styles/layout/issues.scss index 721744a6..3af26e41 100644 --- a/app/styles/layout/issues.scss +++ b/app/styles/layout/issues.scss @@ -6,4 +6,4 @@ opacity: 1; padding: 2em 1em; } -} \ No newline at end of file +}