2019-10-19 00:29:26 +03:00
|
|
|
.wp-block-pullquote.is-style-wporg-home-pullquote {
|
|
|
|
padding: 0;
|
|
|
|
margin-bottom: 0;
|
2019-10-24 20:10:40 +03:00
|
|
|
font-family: $font__serif;
|
2019-10-19 00:29:26 +03:00
|
|
|
border: none;
|
2019-10-03 00:08:14 +03:00
|
|
|
|
|
|
|
blockquote {
|
|
|
|
max-width: 100%;
|
2019-10-19 00:29:26 +03:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2019-10-03 00:08:14 +03:00
|
|
|
border: none;
|
2019-10-19 00:29:26 +03:00
|
|
|
text-align: left;
|
2022-03-29 00:07:21 +03:00
|
|
|
color: white;
|
2019-10-03 00:08:14 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
@include breakpoint( $breakpoint-tablet ) {
|
2019-10-19 00:29:26 +03:00
|
|
|
position: absolute;
|
2019-10-24 20:10:40 +03:00
|
|
|
top: 14rem;
|
|
|
|
left: -17.5rem;
|
|
|
|
max-width: 16rem;
|
2019-10-03 00:08:14 +03:00
|
|
|
|
|
|
|
blockquote {
|
|
|
|
border-left: none;
|
|
|
|
color: $color__text-heading;
|
|
|
|
}
|
2019-10-19 00:29:26 +03:00
|
|
|
|
|
|
|
p {
|
|
|
|
font-size: 2.8rem;
|
|
|
|
|
|
|
|
&:first-child {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
}
|
2019-10-03 00:08:14 +03:00
|
|
|
}
|
2019-10-19 00:29:26 +03:00
|
|
|
}
|