????JFIF??x?x????'
Server IP : 104.21.80.1 / Your IP : 216.73.216.145 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/thread-self/cwd/wp-content/themes/sinatra/inc/customizer/controls/heading/ |
Upload File : |
/*****************************************/ /* Customizer control heading style /*****************************************/ /** * Import configuration file with variables. */ @import '../../../../assets/sass/config'; #customize-controls { .customize-control.customize-control-sinatra-heading { &:after { margin-top: 1px; } .sinatra-heading-top-space { height: 12px; margin: -17px -12px 0 -12px; background-color: #eee; border-bottom: 1px solid #ddd; } } } .sinatra-heading-wrapper { position: relative; display: flex; align-items: center; background-color: $color_5; color: #555d66; margin: -16px -12px -2px -12px; padding: 14px 12px; border-bottom: 1px solid #ddd; &.sub-heading { margin-top: -6px; background-color: rgba(0,0,0,0); color: #777; border-bottom: none; &:after { display: none; } } &.toggle-heading:hover { cursor: pointer; .sinatra-heading-toggle label { background-color: #f0f0f0; &:before { color: #000; } } } &.top-spacer { margin-top: 0; } .sinatra-control-heading { margin-right: auto; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; font-weight: 500; } .sinatra-heading-toggle { label { pointer-events: none; margin-left: 6px; display: flex; align-items: center; border-radius: 50%; &:before { content: "\f140"; display: block; padding: 1px 2px 1px 0px; speak: none; border-radius: 50%; color: #72777c; font: normal 20px/1 dashicons; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-decoration: none !important; } } input[type="checkbox"] { display: none; &:checked + label { transform: rotate(180deg); } } } }