Compare commits

..

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

8 changed files with 6 additions and 69 deletions

View File

@ -10,7 +10,7 @@
<?php wp_head(); ?>
</head>
<body <?php body_class("front-end"); ?>>
<body>
<?php
do_action('tailpress_site_before');
global $post;

View File

@ -1,6 +1,6 @@
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
body .editor-visual-editor,
body.front-end {
body:not(.wp-admin) {
font-family: 'Nunito Sans', sans-serif;
/* @apply text-primary text-xl; */
@apply text-carhop-gray text-xl;
@ -58,21 +58,7 @@ body.wp-admin h6:not(.editor-visual-editor h6) {
body :is(h1, h2, h3, h4, h5, h6).title-small {
@apply text-xl mb-6 font-bold tracking-wider uppercase nunito;
}
.title-small {
@apply text-xl mb-6 !font-bold !tracking-wider !uppercase nunito;
}
.title-small-important {
@apply !text-2xl !mb-6 !font-bold !tracking-wider !uppercase;
font-family: 'Nunito Sans', sans-serif !important;
}
/* Règles pour surcharger les styles par défaut des titres */
h2.title-small,
h2.title-small-important,
h2.chapter-section__title {
font-family: 'Nunito Sans', sans-serif !important;
}
.subtitle-big {
@apply text-6xl font-normal uppercase fjalla pb-6;
line-height: 1.3;

View File

@ -10,7 +10,7 @@
}
h2 {
@apply title-small-important;
@apply title-small;
}
h3 {
@apply subtitle-big;

View File

@ -1,11 +0,0 @@
.sitemap {
@apply bg-primary-light;
}
.sitemap__inner {
@apply container;
}
.sitemap__title {
@apply text-2xl font-bold;
}

View File

@ -52,18 +52,4 @@
}
}
}
&--download-pdf {
.icon {
@apply w-6 h-6 filter-primary;
}
&:hover {
.icon {
@apply filter-white;
}
}
&:before,
&:after {
content: none !important;
}
}
}

View File

@ -7,7 +7,7 @@
}
&__title {
@apply !text-white;
@apply text-white;
}
&__subtitle {
@apply text-white text-6xl;

View File

@ -65,7 +65,6 @@ header {
@apply cursor-pointer
underline
underline-offset-8
decoration-1
text-white;
}
a:focus {
@ -166,10 +165,7 @@ header {
@apply flex justify-between gap-4;
}
a {
@apply font-normal text-xl;
}
li.menu-item > a:hover {
@apply underline underline-offset-8 decoration-1;
@apply font-medium text-xl;
}
.network-redirector {
a {
@ -324,9 +320,6 @@ button#burger-menu-toggle {
@apply flex flex-row items-center gap-4;
button {
@apply flex flex-col items-center gap-4 text-lg;
&:hover {
@apply underline underline-offset-8 decoration-1;
}
img {
@apply filter-white w-6 h-6;

View File

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="fleche-telecharger" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17.73 21.27">
<defs>
<style>
.cls-1 {
fill: none;
stroke: #000;
stroke-width: 2px;
}
</style>
</defs>
<g>
<path class="cls-1" d="M9.05,14.97V0"/>
<path class="cls-1" d="M.71,6.63l8.35,8.35,7.97-7.97"/>
</g>
<line class="cls-1" y1="20.27" x2="17.73" y2="20.27"/>
</svg>

Before

Width:  |  Height:  |  Size: 446 B