mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-24 20:03:44 +03:00
18 lines
349 B
SCSS
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;
|
||
|
}
|
||
|
}
|
||
|
}
|