changing inactive filter
This commit is contained in:
parent
3637227116
commit
bc491bd917
|
|
@ -20,7 +20,7 @@
|
||||||
&__background_picture {
|
&__background_picture {
|
||||||
@apply top-0 h-full w-auto block;
|
@apply top-0 h-full w-auto block;
|
||||||
|
|
||||||
height: 100vh;
|
height: 100%;
|
||||||
max-width: revert;
|
max-width: revert;
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
@apply absolute w-auto block object-contain;
|
@apply absolute w-auto block object-contain;
|
||||||
// filter: brightness(10%) sepia(100%) saturate(10000%) hue-rotate(10deg);
|
// filter: brightness(10%) sepia(100%) saturate(10000%) hue-rotate(10deg);
|
||||||
&--inactive {
|
&--inactive {
|
||||||
filter: brightness(10%) sepia(10%) hue-rotate(10deg);
|
filter: contrast(50%) saturate(0%) brightness(1.6);
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user