Compare commits
No commits in common. "270c783ecbc652558cf5479d815ca99e7ccb4285" and "1a29a57d0fa24063fceb2ab3ad931e89a01a92c7" have entirely different histories.
270c783ecb
...
1a29a57d0f
2372
css/app.css
Normal file
2372
css/app.css
Normal file
File diff suppressed because it is too large
Load Diff
|
|
@ -33,7 +33,6 @@
|
||||||
@import './blocks/chapter-section.css';
|
@import './blocks/chapter-section.css';
|
||||||
@import './blocks/subscribe-infolettre.css';
|
@import './blocks/subscribe-infolettre.css';
|
||||||
@import './blocks/dernieres-dynamiques.css';
|
@import './blocks/dernieres-dynamiques.css';
|
||||||
@import './blocks/revues-precedentes.css';
|
|
||||||
|
|
||||||
/* Home */
|
/* Home */
|
||||||
@import '../../template-blocks/home/home-header/home-header.css';
|
@import '../../template-blocks/home/home-header/home-header.css';
|
||||||
|
|
|
||||||
|
|
@ -1,41 +0,0 @@
|
||||||
.block-revues-precedentes {
|
|
||||||
@apply bg-carhop-blue-50 py-32;
|
|
||||||
.block-revues-precedentes__header {
|
|
||||||
}
|
|
||||||
&__inner {
|
|
||||||
@apply max-w-screen-2xl mx-auto px-12 xl:px-24;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__header {
|
|
||||||
@apply flex flex-col justify-center items-center gap-4;
|
|
||||||
|
|
||||||
.block-title {
|
|
||||||
@apply text-base mb-6 font-bold tracking-wider uppercase nunito;
|
|
||||||
}
|
|
||||||
|
|
||||||
.block-subtitle {
|
|
||||||
@apply text-5xl font-normal uppercase;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&__slider-content {
|
|
||||||
@apply py-16 pt-32;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card-revue {
|
|
||||||
@apply grid gap-12 2xl:gap-24 pb-24;
|
|
||||||
|
|
||||||
grid-template-columns: 61.8fr 38.2fr;
|
|
||||||
|
|
||||||
.content-meta {
|
|
||||||
@apply col-span-2 w-full max-w-full mb-0;
|
|
||||||
}
|
|
||||||
&__image {
|
|
||||||
@apply w-full h-full object-cover;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__content {
|
|
||||||
@apply p-6;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -56,19 +56,6 @@ module.exports = {
|
||||||
900: '#451b88',
|
900: '#451b88',
|
||||||
950: '#2b0665',
|
950: '#2b0665',
|
||||||
},
|
},
|
||||||
'carhop-blue': {
|
|
||||||
50: '#eafeff',
|
|
||||||
100: '#cbfbff',
|
|
||||||
200: '#9ef4ff',
|
|
||||||
300: '#5be9ff',
|
|
||||||
400: getBaseColor('carhop-blue'), // Base Color
|
|
||||||
500: '#00b7e5',
|
|
||||||
600: '#0091c0',
|
|
||||||
700: '#03739b',
|
|
||||||
800: '#0d5d7d',
|
|
||||||
900: '#104d69',
|
|
||||||
950: '#033249',
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
fontSize: tailpress.fontSizeMapper(
|
fontSize: tailpress.fontSizeMapper(
|
||||||
tailpress.theme(
|
tailpress.theme(
|
||||||
|
|
|
||||||
10
theme.json
10
theme.json
|
|
@ -19,21 +19,11 @@
|
||||||
"slug": "carhop-orange",
|
"slug": "carhop-orange",
|
||||||
"color": "#ffa630"
|
"color": "#ffa630"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "Carhop Blue",
|
|
||||||
"slug": "carhop-blue",
|
|
||||||
"color": "#c3e0ff"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "Carhop Purple",
|
"name": "Carhop Purple",
|
||||||
"slug": "carhop-purple",
|
"slug": "carhop-purple",
|
||||||
"color": "#d6c3ff"
|
"color": "#d6c3ff"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "Carhop Yellow",
|
|
||||||
"slug": "carhop-yellow",
|
|
||||||
"color": "#0AD3FF"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "Secondary",
|
"name": "Secondary",
|
||||||
"slug": "secondary",
|
"slug": "secondary",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user