updating color scheme with highlight details
This commit is contained in:
parent
55e5a5a752
commit
6f142619f7
|
|
@ -34,6 +34,11 @@ body.acoustique,
|
|||
.icon {
|
||||
@apply bg-acoustique-coproprietes;
|
||||
}
|
||||
&:not(.homegrade-blocks-highlight--warning) {
|
||||
.wp-block-button__link {
|
||||
@apply !bg-acoustique-coproprietes;
|
||||
}
|
||||
}
|
||||
}
|
||||
.tooltip-word {
|
||||
@apply !decoration-acoustique-coproprietes;
|
||||
|
|
@ -106,6 +111,11 @@ body.energies,
|
|||
.icon {
|
||||
@apply bg-energies-urbanisme;
|
||||
}
|
||||
&:not(.homegrade-blocks-highlight--warning) {
|
||||
.wp-block-button__link {
|
||||
@apply !bg-energies-urbanisme;
|
||||
}
|
||||
}
|
||||
}
|
||||
.post-conseils-chapter-header {
|
||||
@apply bg-energies-urbanisme-light;
|
||||
|
|
@ -192,6 +202,11 @@ body.isolation,
|
|||
.icon {
|
||||
@apply bg-isolation-quotidien;
|
||||
}
|
||||
&:not(.homegrade-blocks-highlight--warning) {
|
||||
.wp-block-button__link {
|
||||
@apply !bg-isolation-quotidien;
|
||||
}
|
||||
}
|
||||
}
|
||||
.chapter_index__position-indicator,
|
||||
.homegrade-blocks-focus-point-bullet,
|
||||
|
|
@ -272,6 +287,12 @@ body.patrimoine,
|
|||
.icon {
|
||||
@apply bg-patrimoine-renovation;
|
||||
}
|
||||
|
||||
&:not(.homegrade-blocks-highlight--warning) {
|
||||
.wp-block-button__link {
|
||||
@apply !bg-patrimoine-renovation;
|
||||
}
|
||||
}
|
||||
}
|
||||
.chapter_index__position-indicator,
|
||||
.homegrade-blocks-focus-point-bullet,
|
||||
|
|
@ -353,6 +374,11 @@ body.renovation-circulaire,
|
|||
.icon {
|
||||
@apply bg-location-renovation-circulaire;
|
||||
}
|
||||
&:not(.homegrade-blocks-highlight--warning) {
|
||||
.wp-block-button__link {
|
||||
@apply !bg-location-renovation-circulaire;
|
||||
}
|
||||
}
|
||||
}
|
||||
.chapter_index__position-indicator,
|
||||
.homegrade-blocks-focus-point-bullet,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user