From dc4c99aa02f9e87ee67ca88155fcdae8f4a67feb Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Fri, 15 Feb 2019 18:50:37 +0100 Subject: [PATCH] feat(tasks): improve styling --- src/app/features/tasks/task/task.component.scss | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/app/features/tasks/task/task.component.scss b/src/app/features/tasks/task/task.component.scss index 2e5174bad7..69d3b8a7c0 100644 --- a/src/app/features/tasks/task/task.component.scss +++ b/src/app/features/tasks/task/task.component.scss @@ -476,7 +476,7 @@ input { transform: scale(0.8); left: -23px; top: 1px; - z-index: 5; + z-index: 6 !important; min-width: 0; min-height: 0; opacity: 1 !important; @@ -582,18 +582,24 @@ input { position: absolute; top: 50%; left: 50%; - transform: translate(-50%, -50%); + transform: translate(-50%, -50%) scaleX(1.1); } } .block-left { + pointer-events: none; + color: #fff; left: 0; transform-origin: left center; + box-shadow: $shadow-card-shadow; } .block-right { + pointer-events: none; + color: #fff; right: 0; transform-origin: right center; + box-shadow: $shadow-card-shadow; } @keyframes success-btn-ani {