| Server IP : 144.76.79.100 / Your IP : 216.73.216.103 [ Web Server : Apache System : Linux ch05.wehostwebserver.com 5.14.0-611.5.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 08:09:09 EST 2025 x86_64 User : razzlestore ( 1092) PHP Version : 8.2.29 Disable Function : NONE Domains : 343 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /proc/self/cwd/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;
}
}
}