From f3d21fc0de512116851485fcfe45dfaa4f23e5f5 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Thu, 3 Nov 2016 16:07:55 +0100 Subject: [PATCH] Minor style tweaks to tasks/shots list --- src/styles/_app_base.sass | 1 + src/styles/_shots.sass | 2 +- src/styles/_tasks.sass | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/styles/_app_base.sass b/src/styles/_app_base.sass index 1ec08b6..4380ea6 100644 --- a/src/styles/_app_base.sass +++ b/src/styles/_app_base.sass @@ -39,6 +39,7 @@ body height: 100% min-height: 100% position: relative + background-color: $color-background-light +media-xs height: auto diff --git a/src/styles/_shots.sass b/src/styles/_shots.sass index a3ea041..8182743 100644 --- a/src/styles/_shots.sass +++ b/src/styles/_shots.sass @@ -110,7 +110,7 @@ &:before transform: translate(-50%, -50%) scale(1.3) - border-color: $color-primary + border: .25em dotted white &:hover border-color: $color-primary-light diff --git a/src/styles/_tasks.sass b/src/styles/_tasks.sass index 78a304a..24570c4 100644 --- a/src/styles/_tasks.sass +++ b/src/styles/_tasks.sass @@ -65,8 +65,9 @@ .table-row .table-cell - padding: 7px 10px + padding: 3px 10px vertical-align: top + line-height: 1.6em border: none color: $color-text-dark-primary @include status-color-property(color, '', 'dark')