Server : nginx/1.24.0 System : Linux ip-172-31-33-48 6.14.0-1011-aws #11~24.04.1-Ubuntu SMP Fri Aug 1 02:07:25 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE Directory : /var/www/html/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; } } }