five-for-the-future/themes/wporg-5ftf/css/utilities/_pullquote.scss

18 lines
333 B
SCSS
Raw Normal View History

.wp-block-pullquote.is-style-solid-color {
background-color: $color__wporg-blue;
blockquote {
max-width: 100%;
border: none;
2019-10-09 21:30:13 +03:00
color: $color__text-on-dark;
}
@include breakpoint( $breakpoint-tablet ) {
2019-10-09 21:30:13 +03:00
background-color: $color__text-on-dark;
blockquote {
border-left: none;
color: $color__text-heading;
}
}
}