Compare commits

..

No commits in common. "dd221f782cedbd873cae0c6935c71e13f80bc3d2" and "24c4dadbca85ca66e39e0dbb297affaaf945cdac" have entirely different histories.

7 changed files with 7 additions and 68 deletions

View File

@ -77,7 +77,6 @@
@import './pages/archive-actualites.css';
@import './pages/single-actualites.css';
@import './pages/page-formulaire-de-depot.css';
@import './pages/archive-fonds-archives.css';
/* ########### BLOCKS ############ */
@import './blocks/blocks-spacing.css';

View File

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

View File

@ -31,9 +31,6 @@
&--dbmob:before {
@apply w-4 bg-carhop-red-700;
}
&--fonds-archives:before {
@apply w-6 bg-carhop-blue-500 rotate-45;
}
}
&__reading-time {

View File

@ -1,15 +0,0 @@
.fonds-archives-grid {
&__toolbar {
.alphabetical-order-select {
@apply border-y border-carhop-green-700 py-10;
@apply col-span-2;
.alphabetical-order-select__title {
@apply pb-6;
}
.alphabetical-order-select__list {
@apply flex gap-5;
}
}
}
}

View File

@ -1,9 +0,0 @@
<!-- #### ACCES CONSULTATION #### -->
<?php
$composition_id = 2425;
$acces_consultation_content = get_post_field('post_content', $composition_id);
if ($acces_consultation_content) {
echo do_blocks($acces_consultation_content);
}
?>

View File

@ -1,9 +0,0 @@
<!-- #### COLLECTIVE ACCES #### -->
<?php
$composition_id = 2429;
$collective_acess_content = get_post_field('post_content', $composition_id);
if ($collective_acess_content) {
echo do_blocks($collective_acess_content);
}
?>

View File

@ -116,17 +116,17 @@
{
"slug": "regular",
"name": "Regular",
"size": "1.125rem"
"size": "1.5rem"
},
{
"slug": "large",
"name": "Large",
"size": "1.25rem"
"size": "1.125rem"
},
{
"slug": "xl",
"name": "XL",
"size": "1.35rem"
"size": "1.25rem"
},
{
"slug": "xxl",
@ -136,7 +136,7 @@
{
"slug": "xxxl",
"name": "3XL",
"size": "2rem"
"size": "1.875rem"
},
{
"slug": "title-h1",