refining pages css

This commit is contained in:
Antoine M 2024-07-10 16:10:01 +02:00
parent e2e27f5801
commit 73cc99a57d
3 changed files with 23 additions and 3 deletions

View File

@ -1,9 +1,11 @@
.homegrade-blocks-shortcuts {
@apply my-8;
.wp-block-heading {
@apply uppercase text-neutral-700
@apply uppercase !text-neutral-600
!mt-0
text-sm
tracking-wider
font-bold
font-semibold
mb-2;
}
.wp-block-button {

View File

@ -1,5 +1,9 @@
.homegrade-page--parcours {
aside {
.parcours-content-wrapper {
@apply mt-1;
}
aside,
.single-editor-content {
@apply py-4;
}
h1 {

View File

@ -12,3 +12,17 @@
.step-icon {
@apply w-12 h-12 relative;
}
.page-template-template-parcours-renovateur {
.card-large-content {
@apply pt-24;
&__links-container {
@apply lg:gap-32;
}
&__top-illustration {
width: 330px;
height: 180px;
transform: translate(-50%, -54%);
}
}
}