????JFIF??x?x????'
| Server IP : 172.67.174.47 / 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 : /././././home/tempvsty/pontiacques.org/wp-content/plugins/soliloquy-lite/assets/scss/ |
Upload File : |
//Import all vars
@import 'vars';
/* ==========================================================================
Soliloquy Icons
========================================================================== */
@import 'icons';
/* ==========================================================================
Header Styles
========================================================================== */
@import 'header';
/* ==========================================================================
Global Styles
========================================================================== */
@import 'global';
@import 'chosen';
/* ==========================================================================
Settings Styles
========================================================================== */
#soliloquy-tabs-nav{
background-color: $white;
padding: 0;
margin: 0;
height: 50px;
box-sizing: border-box;
margin-left: -20px;
.nav-tab{
margin: 0;
background-color: $white;
border: none;
line-height: 40px;
border-right: 1px solid $light-grey;
&:first-child{
margin-left: 20px;
border-left: 1px solid $light-grey;
}
&:focus{
outline-style:none;
box-shadow:none;
border-color:transparent;
}
}
.nav-tab-active{
background-color: $wp-grey;
border: none
}
}
.soliloquy-settings-table{
tr{
border-bottom: 1px solid $light-grey;
th{
padding-top: 40px;
}
td{
padding: 40px 0;
}
}
}
#soliloquy-settings{
.soliloquy {
margin: 15px 0 20px;
}
.soliloquy-tab {
display: none;
&.soliloquy-active {
display: block;
}
th {
width: 210px;
padding-right: 0;
}
}
input[type="text"],
input[type="number"],
input[type="password"],
select,
textarea{
width: 350px;
padding-right: 0;
}
.soliloquy-clear {
clear: both;
}
.soliloquy-clear:after {
clear: both;
content: '.';
display: block;
height: 0;
line-height: 0;
overflow: auto;
visibility: hidden;
zoom: 1;
}
}
#soliloquy-refresh-submit{
margin-top: -10px;
}
.soliloquy-external-req{
border: 1px solid $primary-color;
border-radius: $border-radius;
padding: 30px;
h2{
font-size: 20px;
margin: 0;
padding: 0;
}
}
.soliloquy-external-req-active{
border: 1px solid $green;
background-color: $white;
border-radius: $border-radius;
padding: 30px;
h2{
font-size: 20px;
font-weight: 600;
margin: 0;
padding: 0;
}
}