refining pages css
This commit is contained in:
parent
e2e27f5801
commit
73cc99a57d
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,9 @@
|
|||
.homegrade-page--parcours {
|
||||
aside {
|
||||
.parcours-content-wrapper {
|
||||
@apply mt-1;
|
||||
}
|
||||
aside,
|
||||
.single-editor-content {
|
||||
@apply py-4;
|
||||
}
|
||||
h1 {
|
||||
|
|
|
|||
|
|
@ -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%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user