five-for-the-future/themes/wporg-5ftf/css/utilities/_pullquote.scss
Kelly Dwan f8558fe9c2
More blocks styles moved to the appropriate object/utilities folders
Simplifies pullquote and fixes the issues with editor styles; move color classes utilities.
2019-10-02 17:08:14 -04:00

18 lines
349 B
SCSS

.wp-block-pullquote.is-style-solid-color {
background-color: $color__wporg-blue;
blockquote {
max-width: 100%;
border: none;
color: $color__text-over-background;
}
@include breakpoint( $breakpoint-tablet ) {
background-color: $color__text-over-background;
blockquote {
border-left: none;
color: $color__text-heading;
}
}
}