Server IP : 15.235.198.142 / Your IP : 216.73.216.193 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ballsack 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/yme/wp-content/plugins/ocean-extra/sass/components/ |
Upload File : |
/** * Custom Links Widget */ .oceanwp-custom-links { list-style: none; margin: 0; padding: 0; li { padding: 2px 0; a { display: inline-block; position: relative; font-size: 13px; color: $color-2; &:before { content: '\f111'; display: inline-block; color: $color-4; font-size: 10px; margin-right: 10px; margin-top: -2px; font-family: 'Font Awesome 5 Free'; font-weight: 400; vertical-align: middle; zoom: 1; } &:hover { margin-left: 8px; color: $color-5; } &:hover:before { color: $color-5; } } &:first-child { padding-top: 0; } } }