Scope pattern body styles to direct children
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
background: var(--surface-content-block-card-content);
|
background: var(--surface-content-block-card-content);
|
||||||
}
|
}
|
||||||
|
|
||||||
.sg-content-block-card-group__content .sg-body {
|
.sg-content-block-card-group__content > .sg-body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -126,17 +126,17 @@
|
|||||||
min-width: 0;
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sg-public-page-pattern-text-and-picture-right__text .sg-body {
|
.sg-public-page-pattern-text-and-picture-right__text > .sg-body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
color: var(--text-public-page-pattern-text-picture);
|
color: var(--text-public-page-pattern-text-picture);
|
||||||
}
|
}
|
||||||
|
|
||||||
.sg-public-page-pattern-text-and-picture-fullwidth__text .sg-body {
|
.sg-public-page-pattern-text-and-picture-fullwidth__text > .sg-body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
color: var(--text-public-page-pattern-text-picture);
|
color: var(--text-public-page-pattern-text-picture);
|
||||||
}
|
}
|
||||||
|
|
||||||
.sg-public-page-pattern-text-and-picture-left__text .sg-body {
|
.sg-public-page-pattern-text-and-picture-left__text > .sg-body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
color: var(--text-public-page-pattern-text-picture);
|
color: var(--text-public-page-pattern-text-picture);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user