|
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/plugins/blockquote-pack-pro/sass/styles/ |
@import "_variables.scss";
.single-page-simple-content .entry-content blockquote.bs-quote,
.entry-content.single-post-content blockquote.bs-quote,
blockquote.bs-quote {
@include normalize-style;
line-height: 1.4;
position: relative;
top: inherit;
left: inherit;
right: inherit;
bottom: inherit;
}
.single-page-simple-content .entry-content blockquote.bs-quote:before,
.entry-content.single-post-content blockquote.bs-quote:before,
blockquote.bs-quote:before {
@include normalize-style;
content: '';
display: none;
position: inherit;
top: inherit;
left: inherit;
right: inherit;
bottom: inherit;
}
blockquote.bs-quote {
color: #121212;
&.bs-quote.bsq-left {
float: left;
max-width: 300px;
margin-right: 30px;
padding-left: 0;
padding-right: 0;
}
&.bs-quote.bsq-right {
float: right;
max-width: 300px;
margin-left: 30px;
padding-left: 0;
padding-right: 0;
}
.quote-author span {
display: block;
}
p {
@include normalize-style;
color: #121212;
word-wrap: break-word;
}
}
.bs-quote-clearfix {
clear: both;
}
@media only screen and (max-width: 500px) {
.bs-quote.bs-quote.bsq-right,
.bs-quote.bs-quote.bsq-left {
margin-left: auto !important;
margin-right: auto !important;
float: none !important;
}
}