refining pages css
This commit is contained in:
parent
e2e27f5801
commit
73cc99a57d
|
|
@ -1,9 +1,11 @@
|
||||||
.homegrade-blocks-shortcuts {
|
.homegrade-blocks-shortcuts {
|
||||||
|
@apply my-8;
|
||||||
.wp-block-heading {
|
.wp-block-heading {
|
||||||
@apply uppercase text-neutral-700
|
@apply uppercase !text-neutral-600
|
||||||
|
!mt-0
|
||||||
text-sm
|
text-sm
|
||||||
tracking-wider
|
tracking-wider
|
||||||
font-bold
|
font-semibold
|
||||||
mb-2;
|
mb-2;
|
||||||
}
|
}
|
||||||
.wp-block-button {
|
.wp-block-button {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,9 @@
|
||||||
.homegrade-page--parcours {
|
.homegrade-page--parcours {
|
||||||
aside {
|
.parcours-content-wrapper {
|
||||||
|
@apply mt-1;
|
||||||
|
}
|
||||||
|
aside,
|
||||||
|
.single-editor-content {
|
||||||
@apply py-4;
|
@apply py-4;
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
|
|
|
||||||
|
|
@ -12,3 +12,17 @@
|
||||||
.step-icon {
|
.step-icon {
|
||||||
@apply w-12 h-12 relative;
|
@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%);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user