add article block editor style overrides
This commit is contained in:
8
resources/views/blocks/article/editor.scss
Normal file
8
resources/views/blocks/article/editor.scss
Normal file
@@ -0,0 +1,8 @@
|
||||
@use "../../../css/global/variables/spacing";
|
||||
|
||||
.wp-block-badegg-article {
|
||||
.wp-block-pullquote {
|
||||
padding: 0;
|
||||
margin: spacing.$innerLarge auto;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user