From e41c23a57fc7eb4814fd37c8a27a0cc3823f9e3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Thu, 8 Oct 2015 15:35:58 +0200 Subject: [PATCH] Add dashed styles to placeholder cards --- app/styles/components/card-placeholder.scss | 4 ++-- app/styles/components/kanban-task.scss | 5 ++--- app/styles/components/taskboard-task.scss | 4 ++-- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/app/styles/components/card-placeholder.scss b/app/styles/components/card-placeholder.scss index 5a61b4b6..ce334a12 100644 --- a/app/styles/components/card-placeholder.scss +++ b/app/styles/components/card-placeholder.scss @@ -1,6 +1,6 @@ .card-placeholder { - background: darken($whitish, 5%); - border: 1px solid darken($whitish, 8%); + background: darken($whitish, 2%); + border: 1px dashed darken($whitish, 8%); cursor: default; padding: 1rem; .placeholder-avatar { diff --git a/app/styles/components/kanban-task.scss b/app/styles/components/kanban-task.scss index 5a7e689a..70a6480e 100644 --- a/app/styles/components/kanban-task.scss +++ b/app/styles/components/kanban-task.scss @@ -34,10 +34,9 @@ } } &.card-placeholder { - background: darken($whitish, 5%); - border: 1px solid darken($whitish, 8%); + background: darken($whitish, 2%); + border: 3px dashed darken($whitish, 8%); cursor: default; - padding: 1rem; } .kanban-tagline { border-color: $card-hover; diff --git a/app/styles/components/taskboard-task.scss b/app/styles/components/taskboard-task.scss index b3eaeb21..016d126b 100644 --- a/app/styles/components/taskboard-task.scss +++ b/app/styles/components/taskboard-task.scss @@ -37,8 +37,8 @@ } } &.card-placeholder { - background: darken($whitish, 5%); - border: 1px solid darken($whitish, 8%); + background: darken($whitish, 2%); + border: 3px dashed darken($whitish, 8%); cursor: default; } .taskboard-tagline {