Compare commits
No commits in common. "9954ae229169a287e1527249f26e9568189e0a59" and "cb631571e9d8c8fd271783601d43d19eebd7acf7" have entirely different histories.
9954ae2291
...
cb631571e9
|
|
@ -9,23 +9,7 @@ a[target='_blank'] {
|
|||
background-position: center;
|
||||
}
|
||||
}
|
||||
.internal-link-with-icon {
|
||||
@apply flex items-center;
|
||||
&:after {
|
||||
transition: transform 0.3s ease-out;
|
||||
@apply content-[''] w-10 h-10 ml-2 inline-block;
|
||||
background-image: url('../resources/img/carhop-fleche-lien-externe-full--outline-green.svg');
|
||||
}
|
||||
&:hover:after {
|
||||
transform: rotate(45deg);
|
||||
}
|
||||
&:hover {
|
||||
filter: brightness(1.2);
|
||||
text-decoration: underline;
|
||||
text-decoration-thickness: 1px;
|
||||
text-underline-offset: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
.no-external-icon {
|
||||
&:after {
|
||||
@apply !hidden;
|
||||
|
|
|
|||
|
|
@ -10,18 +10,6 @@
|
|||
.swiper-wrapper {
|
||||
@apply mb-0;
|
||||
}
|
||||
.swiper-actions-wrapper {
|
||||
@apply md:flex justify-between items-center gap-4;
|
||||
|
||||
#discover-all-revues {
|
||||
@apply internal-link-with-icon;
|
||||
@apply font-bold text-xl;
|
||||
/* &:after {
|
||||
@apply content-[''] absolute inset-0 bg-primary w-full h-full;
|
||||
} */
|
||||
}
|
||||
}
|
||||
|
||||
&__inner {
|
||||
@apply max-w-screen-2xl mx-auto;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
z-index: 5;
|
||||
&:after {
|
||||
@apply content-[""] absolute inset-0 bg-carhop-green-800 z-0 w-full h-full;
|
||||
@apply content-[""] absolute inset-0 bg-primary z-0 w-full h-full;
|
||||
left: 50%;
|
||||
transform: perspective(800px) rotateY(3deg) rotateX(1deg) translateX(-50%);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,17 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg id="fleche-lien-externe-full" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
||||
<defs>
|
||||
<style>
|
||||
.cls-1 {
|
||||
fill: none;
|
||||
stroke: #136F63;
|
||||
stroke-width: 2px;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<circle class="cls-1" cx="16" cy="16" r="15"/>
|
||||
<g>
|
||||
<path class="cls-1" d="M21.15,10.59l-9.38,10.02"/>
|
||||
<path class="cls-1" d="M21.15,21.4v-10.81h-10.32"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 448 B |
Loading…
Reference in New Issue
Block a user