STYLE Refining aspect

This commit is contained in:
Antoine M 2026-04-13 17:00:48 +02:00
parent e5b2691b3a
commit b7c48a73ba

View File

@ -62,7 +62,10 @@
@apply my-12; @apply my-12;
} }
.contact-datas { .contact-datas {
@apply grid grid-cols-1 md:grid-cols-3 gap-8; @apply grid grid-cols-1 md:grid-cols-3 gap-8 list-none;
li {
@apply !list-none;
}
a { a {
@apply block mb-1; @apply block mb-1;
} }
@ -72,6 +75,12 @@
} }
.download-list { .download-list {
@apply mt-16; @apply mt-16;
li {
@apply !list-none;
}
a {
@apply no-underline;
}
.list-heading { .list-heading {
@apply grid gap-4 bg-primary text-white p-4 uppercase tracking-wider; @apply grid gap-4 bg-primary text-white p-4 uppercase tracking-wider;
grid-template-columns: 4fr 1fr 1fr 1fr; grid-template-columns: 4fr 1fr 1fr 1fr;
@ -93,6 +102,9 @@
grid-template-columns: 4fr 1fr 1fr 1fr; grid-template-columns: 4fr 1fr 1fr 1fr;
@apply text-primary py-6 items-center; @apply text-primary py-6 items-center;
@apply grid gap-4 border-b relative; @apply grid gap-4 border-b relative;
&:hover {
filter: none;
}
} }
.file-name { .file-name {
transition: transform 0.3s ease-out; transition: transform 0.3s ease-out;
@ -100,8 +112,10 @@
} }
&:hover { &:hover {
@apply !text-white !no-underline;
a { a {
@apply text-white; @apply !text-white !no-underline;
} }
.file-name { .file-name {
transform: translateX(10px); transform: translateX(10px);
@ -198,7 +212,17 @@
@apply sticky top-0; @apply sticky top-0;
li.presse-reviews__year { li.presse-reviews__year {
@apply list-none border border-primary border-solid p-6 text-4xl fjalla; @apply !list-none border border-primary border-solid text-4xl fjalla;
a {
@apply !no-underline block p-6;
}
&:hover {
@apply bg-carhop-green-700 text-white;
a {
@apply !text-white !no-underline filter-none;
}
}
} }
li.presse-reviews__year + li.presse-reviews__year { li.presse-reviews__year + li.presse-reviews__year {
@apply mt-4; @apply mt-4;