From 0435a885d7448fe35d901d636836e9b40e00b91b Mon Sep 17 00:00:00 2001 From: Mael Date: Sun, 24 Jun 2018 14:11:10 +0200 Subject: [PATCH] :art: Nouveau design de TargetSelection --- source/components/TargetSelection.css | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/source/components/TargetSelection.css b/source/components/TargetSelection.css index e422f0106..d0651add3 100644 --- a/source/components/TargetSelection.css +++ b/source/components/TargetSelection.css @@ -1,5 +1,4 @@ #targetsContainer { - padding: 0.5em; border-radius: 0.6em; box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.25); } @@ -23,20 +22,17 @@ } #targetSelection #targets { - margin: 0; list-style: none; - /* For the checkbox that will appear */ - padding: 0; + background: rgba(0, 0, 0, 0.1); + padding: 0 0.5em; } #targetSelection #targets > li:last-child { margin-bottom: 0; } #targetSelection #targets > li { - margin-bottom: 0.5em; - background: rgba(0, 0, 0, 0.25); - padding: 0.4em 0.6em 0.4em; - border-radius: 0.3em; + padding: 0.6em; + border-bottom: 1px solid rgba(255, 255, 255, 0.5); } #targetSelection #targets > li .main { display: flex;