Compare commits
7 Commits
c3dbfc2bab
...
a474cf3efe
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a474cf3efe | ||
|
|
c4ca961a73 | ||
|
|
4e4d18158d | ||
|
|
bba1d4ee2d | ||
|
|
9743fc035f | ||
|
|
1217ac9e09 | ||
|
|
feafe48e06 |
|
|
@ -10,3 +10,7 @@
|
||||||
.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;
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -11,3 +11,6 @@
|
||||||
min-width: unset !important;
|
min-width: unset !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.editor-header__settings a:after {
|
||||||
|
@apply !hidden;
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -9,3 +9,9 @@ a[target='_blank'] {
|
||||||
background-position: center;
|
background-position: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.no-external-icon {
|
||||||
|
&:after {
|
||||||
|
@apply !hidden;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,13 @@
|
||||||
--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;
|
||||||
}
|
}
|
||||||
|
|
@ -40,9 +47,32 @@
|
||||||
@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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
@import "tailwindcss/components";
|
@import 'tailwindcss/components';
|
||||||
@import "tailwindcss/utilities";
|
@import 'tailwindcss/utilities';
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@apply font-sans;
|
@apply font-sans;
|
||||||
|
|
@ -9,11 +9,11 @@ body {
|
||||||
@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 {
|
||||||
|
|
|
||||||
|
|
@ -85,6 +85,37 @@ 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 {
|
||||||
|
|
@ -95,3 +126,19 @@ 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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -86,3 +86,21 @@
|
||||||
|
|
||||||
</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>
|
||||||
Loading…
Reference in New Issue
Block a user