Skip to content

Commit afe0820

Browse files
committed
Add bg color for elements with has-background classname
1 parent b62ae96 commit afe0820

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

packages/help-center/src/components/help-center-article.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,15 @@
141141
padding: 0;
142142
}
143143

144+
.has-background {
145+
padding: 16px;
146+
147+
&.has-gray-theme-background-color {
148+
background-color: var(--studio-gray-0);
149+
}
150+
}
151+
152+
144153
.wp-block-button {
145154
width: 100%;
146155

0 commit comments

Comments
 (0)