From 8159589062ba5a941e9b3670246719fd4e0147e1 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Thu, 20 Oct 2016 11:59:32 +0200 Subject: [PATCH] Minor style tweaks --- src/styles/_dashboard.sass | 12 ++++++++---- src/styles/_errors.sass | 4 +++- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/styles/_dashboard.sass b/src/styles/_dashboard.sass index d49a946..53f2dec 100644 --- a/src/styles/_dashboard.sass +++ b/src/styles/_dashboard.sass @@ -5,30 +5,34 @@ .d-activity font-size: .9em + + $activity-highlight-color: #00cc9f + ul cursor: default padding: 0 10px color: $color-text-dark-primary list-style: none - border-left: thin solid rgba(#00cc9f, .2) + border-left: thin solid rgba($activity-highlight-color, .2) li padding: 7px 0 span.date - color: darken(#00cc9f, 5%) + color: darken($activity-highlight-color, 5%) position: relative &:before content: '' display: block position: absolute - bottom: 4px + bottom: 5px left: -13px width: 5px height: 5px border-radius: 50% - background-color: #00cc9f + background-color: $color-background-light + border: thin solid $activity-highlight-color span.actor padding: 0 5px diff --git a/src/styles/_errors.sass b/src/styles/_errors.sass index adfe37e..2bc5c2c 100644 --- a/src/styles/_errors.sass +++ b/src/styles/_errors.sass @@ -55,7 +55,7 @@ .error-lead width: 100% - padding: 0 25px 25px 0 + padding: 0 25px 15px 15px line-height: 1.6em color: $color-text-light-primary @@ -72,6 +72,8 @@ padding: 25px 0 font-size: .9em color: $color-text-light-secondary + a + color: white hr