Server IP : 172.24.0.40 / Your IP : 216.73.216.239 Web Server : Apache System : Linux dbweb26.ust.edu.ph 4.18.0-513.5.1.el8_9.x86_64 #1 SMP Fri Sep 29 05:21:10 EDT 2023 x86_64 User : apache ( 48) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/lawjournal/public_html/wp-content/themes/oceanwp/sass/components/blog/ |
Upload File : |
/** * Quote format */ .post-quote-content, .post-quote-author { position: relative; background-color: #13aff0; color: #fff; font-size: 20px; padding: 20px 30px; line-height: 1.6; z-index: 1; } .post-quote-icon { position: absolute; right: 20px; bottom: 10px; font-size: 48px; @include opacity( 0.2 ); z-index: -1; svg.owp-icon { width: 45px; height: 45px; } } .post-quote-author { background-color: #0b7cac; font-size: 12px; font-weight: 600; padding: 10px 30px; margin-top: 1px; text-transform: uppercase; letter-spacing: 0.6px; } .single-post .post-quote-wrap { margin-bottom: 30px; }