Skip to content

Commit ec393df

Browse files
committed
Sync Quote Block
1 parent 6e87c02 commit ec393df

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

src/scss/base/_text.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ hr {
115115
margin: $base-spacing 0;
116116
}
117117
blockquote {
118-
border-left: 5px solid $maingrey;
119118
padding: $base-spacing;
120119
margin: 0 0 $base-spacing 0;
121120
-ms-word-wrap: break-word;

src/scss/wp/_gutenberg.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,22 @@
4040
}
4141
}
4242

43+
// Block Separator (<hr/>)
4344
&-separator{
4445
&:not(.is-style-wide):not(.is-style-dots) {
4546
max-width: 100px;
4647
}
4748
}
49+
50+
// Block Quote (<blockquote/>)
51+
&-quote {
52+
border-left: 4px solid currentColor;
53+
54+
&.is-large {
55+
padding: $base-spacing*1.5;
56+
margin-bottom: $base-spacing*1.5;
57+
}
58+
}
4859
}
4960

5061
//Paragraph

0 commit comments

Comments
 (0)