????JFIF??x?x????'
Server IP : 104.21.48.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 : /home/tempvsty/./eaabusiness.com/wp-content/plugins/social-icons/assets/css/ |
Upload File : |
/** * social-icons.scss * Governs the general look and feel of Social Icons sections. */ /** * Imports */ @import 'socicon'; /** * Styling begins */ .social-icons-lists { .socicon { position: relative; top: 3px; padding: 10px; font-size: 16px; display: inline-block; box-sizing: content-box; } li.social-icons-list-item { margin: 4px; padding: 0 !important; display: inline-block; border: none !important; list-style: none !important; background: none !important; /* in case theme uses background feature instead of list-style. */ a.social-icon { text-decoration: none; &:focus, &:active { outline: none; } &:hover .socicon { opacity: 0.8; } span.social-icons-list-label { margin-left: 4px; } } &::before, &::after { visibility: hidden; } } &.show-icons-label { list-style: outside; } &.icons-background-rounded .socicon { border-radius: 100%; } &.icons-background-square, &.icons-background-rounded { .socicon { color: #fff; } &.centre { padding: 0; text-align: center; } } &.icons-background-none { .socicon { padding: 0; background: transparent; } } } .widget .social-icons-lists { &.show-icons-label { li.social-icons-list-item { display: block; } &.icons-background-square, &.icons-background-rounded { &.centre { text-align: left; } } } }