Calm Business: Update quote block border styles, to work better with the new styles planned for Gutenberg 5.2. See #594.
This commit is contained in:
parent
cf54b2bce1
commit
aa993afb5c
5 changed files with 16 additions and 11 deletions
|
@ -449,7 +449,8 @@
|
|||
|
||||
&:not(.is-large),
|
||||
&:not(.is-style-large) {
|
||||
border-left: 2px solid $color__link;
|
||||
border-width: 2px;
|
||||
border-color: $color__link;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
|
|
@ -409,7 +409,8 @@ figcaption,
|
|||
|
||||
/** === Blockquote === */
|
||||
.wp-block-quote:not(.is-large):not(.is-style-large) {
|
||||
border-left: 2px solid #8D6708;
|
||||
border-width: 2px;
|
||||
border-color: #8D6708;
|
||||
}
|
||||
|
||||
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
|
||||
|
|
|
@ -391,7 +391,8 @@ figcaption,
|
|||
.wp-block-quote {
|
||||
|
||||
&:not(.is-large):not(.is-style-large) {
|
||||
border-left: 2px solid $color__link;
|
||||
border-width: 2px;
|
||||
border-color: $color__link;
|
||||
}
|
||||
|
||||
&.is-large,
|
||||
|
|
|
@ -3975,7 +3975,8 @@ body.page .main-navigation {
|
|||
}
|
||||
|
||||
.entry .entry-content .wp-block-quote:not(.is-large), .entry .entry-content .wp-block-quote:not(.is-style-large) {
|
||||
border-right: 2px solid #8D6708;
|
||||
border-width: 2px;
|
||||
border-color: #8D6708;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
|
|
@ -3987,7 +3987,8 @@ body.page .main-navigation {
|
|||
}
|
||||
|
||||
.entry .entry-content .wp-block-quote:not(.is-large), .entry .entry-content .wp-block-quote:not(.is-style-large) {
|
||||
border-left: 2px solid #8D6708;
|
||||
border-width: 2px;
|
||||
border-color: #8D6708;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue