Compare commits

..

No commits in common. "a474cf3efe2e34430d0533627b7bb4fd2dd77401" and "c3dbfc2bab033cb8663be6fbbd9964d68387bcbd" have entirely different histories.

7 changed files with 13 additions and 121 deletions

View File

@ -9,8 +9,4 @@
.block-editor-block-inspector .block-editor-link-control, .block-editor-block-inspector .block-editor-link-control,
.block-editor-block-inspector .block-editor-url-input { .block-editor-block-inspector .block-editor-url-input {
min-width: unset !important; min-width: unset !important;
}
.editor-header__settings a:after {
display: none !important;
} }

View File

@ -11,6 +11,3 @@
min-width: unset !important; min-width: unset !important;
} }
} }
.editor-header__settings a:after {
@apply !hidden;
}

View File

@ -9,9 +9,3 @@ a[target='_blank'] {
background-position: center; background-position: center;
} }
} }
.no-external-icon {
&:after {
@apply !hidden;
}
}

View File

@ -27,13 +27,6 @@
--content-box-text-color: #fff; --content-box-text-color: #fff;
} }
p,
li {
@apply font-light;
}
li {
@apply pb-2;
}
p { p {
@apply pb-8; @apply pb-8;
} }
@ -47,32 +40,9 @@
@apply max-w-screen-lg mx-auto px-8; @apply max-w-screen-lg mx-auto px-8;
} }
h3 { h3 {
/* @apply title-small font-bold; */ @apply title-small font-bold;
} }
h1.wp-block-heading {
@apply !text-6xl mb-12;
}
h3.wp-block-heading {
@apply !text-4xl uppercase fjalla font-light tracking-wide;
}
h4.wp-block-heading {
@apply !text-2xl uppercase nunito font-medium tracking-widest pb-1;
}
ul + h3,
p + h3 {
@apply mt-12;
}
h3 + p {
@apply !mt-3;
}
ul {
list-style: disc;
padding-left: 1.5rem;
}
.carhop-heading:not(:first-child) { .carhop-heading:not(:first-child) {
@apply pt-32; @apply pt-32;
} }

View File

@ -1,28 +1,28 @@
@import 'tailwindcss/components'; @import "tailwindcss/components";
@import 'tailwindcss/utilities'; @import "tailwindcss/utilities";
body { body {
@apply font-sans; @apply font-sans;
} }
.wp-block { .wp-block {
@apply max-w-screen-xl; @apply max-w-screen-xl;
} }
.wp-block[data-align='wide'] { .wp-block[data-align="wide"] {
@apply max-w-screen-xl; @apply max-w-screen-xl;
} }
.wp-block[data-align='full'] { .wp-block[data-align="full"] {
@apply max-w-full; @apply max-w-full;
} }
.wp-block.alignfull { .wp-block.alignfull {
@apply max-w-full; @apply max-w-full;
} }
.acf-block-component { .acf-block-component {
/* @apply bg-red-500; */ /* @apply bg-red-500; */
} }
.acf-block-fields { .acf-block-fields {
@apply max-w-screen-md mx-auto; @apply max-w-screen-md mx-auto;
} }

View File

@ -85,37 +85,6 @@ footer {
} }
} }
} }
.mentions {
li,
p,
a {
@apply text-xl font-light;
}
a {
@apply underline;
text-decoration-thickness: 1px;
text-underline-offset: 6px;
&:hover {
filter: brightness(1.3);
}
}
ul {
@apply w-full flex gap-x-4 justify-between pt-12;
li {
@apply text-primary;
}
li.deligraph_credit {
@apply flex gap-x-1 items-center;
img {
transition: all 0.5s;
@apply w-5 h-5 filter-primary;
animation: fade-in-out 3.5s linear infinite;
/* scale: 1.2; */
}
}
}
}
} }
@keyframes parallax { @keyframes parallax {
@ -126,19 +95,3 @@ footer {
transform: translateY(200px); transform: translateY(200px);
} }
} }
@keyframes fade-in-out {
10% {
opacity: 0;
scale: 0.8;
}
40%,
60% {
opacity: 1;
scale: 1;
}
100% {
opacity: 0;
scale: 0.8;
}
}

View File

@ -85,22 +85,4 @@
</ul> </ul>
</li> </li>
</ul> </ul>
<div class="mentions">
<ul>
<li>
<a href="<?php echo get_the_permalink(606); ?>" target="_self"><?php echo __('Plan du site', "carhop") ?></a>
</li>
<li>
<a href="<?php echo get_the_permalink(606); ?>" target="_self"><?php echo __('Politique de confidentialité', "carhop") ?></a>
</li>
<li>
<p>Acessibilité : conforme</a>
</li>
<li class="deligraph_credit">
Concoté avec <img src="<?php echo get_template_directory_uri(); ?>/resources/img/icons/carhop-soutenir.svg" alt="amour" /> par <a href="https://www.deligraph.be" target="_blank" class="no-external-icon">Deligraph</a>
</li>
</ul>
</div>