|
Server : LiteSpeed System : Linux server51.dnsbootclub.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64 User : nandedex ( 1060) PHP Version : 8.1.33 Disable Function : NONE Directory : /home/nandedex/www/wp-content/themes/colormag/assets/sass/blocks/blockquote/ |
blockquote,
.wp-block-quote,
.wp-block-quote.is-style-large,
.wp-block-quote.has-text-align-right {
padding: 20px 30px 20px 82px;
margin-bottom: length( 'l-15' );
margin-top: length( 'l-8' );
background-color: $color__primary;
color: $color__white;
border-radius: 4px;
border-left: 0;
p {
position: relative;
font-family: "Open Sans", serif;
line-height: 1.8;
padding-top: 0;
margin-bottom: 0;
&::before {
content: "\f10d";
position: absolute;
left: -50px;
top: 0;
line-height: 1;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: $color__white;
@include font-size("font-size-xxl");
}
}
a {
color: $color__white;
text-decoration: underline;
}
em,
i,
cite {
font-style: normal;
}
cite {
font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
letter-spacing: 0.05em;
float: right;
}
}
blockquote {
&.wp-block-quote {
&.has-text-align-right {
border-right: 0;
}
}
}