????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/eaabusiness.com/wp-content/plugins/social-icons/assets/css/ |
Upload File : |
/**
* widgets.scss
* Styles applied to Widgets Page.
*/
/**
* Imports
*/
@import 'mixins';
@import 'socicon';
/**
* Styling begins
*/
.social-icons-field-handle {
float: left;
cursor: move;
margin-top: 12px;
margin-left: -100%;
&.dashicons {
width: 30px;
margin-top: 18px;
}
&.socicon {
position: relative;
top: 3px;
color: #fff;
padding: 6px;
display: inline-block;
font-size: 1.2em;
}
}
.social-icons-field-remove {
width: 30px;
float: left;
display: block;
text-align: right;
margin-top: 20px;
margin-left: -30px;
text-decoration: none;
&:focus,
&:active {
outline: none;
box-shadow: none;
}
span.dashicons {
&:hover {
color: #a00;
}
}
}
.social-icons-add-button {
margin-bottom: 10px;
}
.wp-customizer .social-icons-add-button {
margin-top: 1em;
}
/**
* Icons Field Styles
*/
ul.social-icons-list {
border: 1px solid #ddd;
li.social-icons-field {
margin: -1px;
padding: 10px;
display: block;
border: 1px solid #ddd;
@include clearfix();
&:last-child {
border-bottom: none;
}
.social-icons-wrap {
float: left;
width: 100%;
.social-icons-inputs {
margin-left: 40px;
margin-right: 30px;
input.social-icons-field-label[type='text'] {
margin-top: 2px;
}
}
}
&.ui-sortable-helper {
border: 1px dashed #999;
}
}
}
/**
* Hidden Label Styles
*/
.hide-icons-label {
.social-icons-field-label {
display: none;
}
.social-icons-field-handle {
margin-top: -4px;
&.dashicons {
margin-top: 3px;
}
}
.social-icons-field-remove {
margin-top: 3px;
}
}