mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-27 09:44:39 +00:00
feat(tasks): improve styling
This commit is contained in:
parent
c567396304
commit
dc4c99aa02
1 changed files with 8 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue