This commit is contained in:
@@ -66,6 +66,9 @@ watch(
|
||||
max-width: 256px;
|
||||
position: relative;
|
||||
display: flex;
|
||||
margin-bottom: 0px;
|
||||
margin-top: 15px;
|
||||
transition: all .125s cubic-bezier(0.075, 0.82, 0.165, 1);
|
||||
}
|
||||
|
||||
.card.active {
|
||||
@@ -84,7 +87,8 @@ watch(
|
||||
}
|
||||
|
||||
.card.locked {
|
||||
/* filter: brightness(0.5); */
|
||||
margin-top: 0px;
|
||||
margin-bottom: 15px;
|
||||
filter: drop-shadow(5px 15px 2px rgba(0, 0, 0, .60));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user