feat(tasks): improve styling

This commit is contained in:
Johannes Millan 2019-02-15 18:50:37 +01:00
parent c567396304
commit dc4c99aa02

View file

@ -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 {