FEATURE Handling apercu collection specific aspect
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a345c5641c
commit
e4fd1fdb41
|
|
@ -334,3 +334,24 @@ body:has(.primary-menu-container .sub-menu-open) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
li#menu-item-1836 {
|
||||||
|
@apply border border-white relative;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
|
grid-column: 1 / span 2;
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: unset !important;
|
||||||
|
|
||||||
|
&:after {
|
||||||
|
transition: all 0.3s ease-out;
|
||||||
|
@apply absolute top-1/2 -translate-y-1/2 right-10 content-[''] block w-16 h-16 bg-contain bg-center bg-no-repeat;
|
||||||
|
background-image: url('../resources/img/bouton-fleche.svg');
|
||||||
|
}
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
&:after {
|
||||||
|
@apply right-8;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
12
resources/img/bouton-fleche.svg
Normal file
12
resources/img/bouton-fleche.svg
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g clip-path="url(#clip0_2120_19427)">
|
||||||
|
<path d="M40.8506 30.906H21" stroke="white" stroke-width="2"/>
|
||||||
|
<path d="M28.2526 42.9356L40.8506 30.894L28.2526 18.8644" stroke="white" stroke-width="2"/>
|
||||||
|
</g>
|
||||||
|
<circle cx="30" cy="30" r="29" stroke="white" stroke-width="2"/>
|
||||||
|
<defs>
|
||||||
|
<clipPath id="clip0_2120_19427">
|
||||||
|
<rect width="21.6" height="25.8" fill="white" transform="translate(21 18)"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 504 B |
Loading…
Reference in New Issue
Block a user