23 lines
542 B
CSS
23 lines
542 B
CSS
.lhoist-blocks-search-and-find {
|
|
@apply w-screen overflow-scroll;
|
|
transition: 'scroll 0.5s ease-in-out';
|
|
margin: 0 calc(50% - 50vw) !important;
|
|
|
|
&__background_picture {
|
|
@apply top-0 h-full w-auto block;
|
|
|
|
height: 70vh;
|
|
max-width: revert;
|
|
}
|
|
|
|
&__objects-container {
|
|
@apply w-fit h-full relative;
|
|
|
|
.lhoist-blocks-focus-object {
|
|
@apply absolute opacity-70 w-auto block object-contain;
|
|
filter: brightness(10%) sepia(100%) saturate(10000%)
|
|
hue-rotate(10deg);
|
|
}
|
|
}
|
|
}
|