GhostManSec
Server: Apache
System: Linux webm019.cluster130.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: exhehbu (1008962)
PHP: 8.0.30
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/e/x/h/exhehbu/wp/wp-content/themes/revolution/assets/sass/_woocommerce-wishlist.scss
.yith-wcwl-add-to-wishlist {
	.yith-wcwl-wishlistaddedbrowse,
	.yith-wcwl-wishlistexistsbrowse {
		 .wishlist_icon path{
		 		fill: #e25842;
		 		stroke: #e25842;
		 }
	}
	.yith-wcwl-add-button {
		.wishlist_icon path{
			fill: transparent;
			stroke: $color1;

		}
		&:hover {
			.wishlist_icon path{
				stroke: #e25842;
			}
		}
	}
	&.exists {
		.yith-wcwl-wishlistexistsbrowse {
			display: block;
		}
	}
}
.yith_wcwl_wishlist_footer {
	.yith-wcwl-share {
		ul {
			list-style: none;
			padding: 0;
			li {
				display: inline-block;

				a {
					display: block;
					font-size: 18px;
					padding-right: 5px;
					margin-right: 10px;
					@each $profile, $color in $social {
					  &.#{$profile} {
					  	&:hover {
					  		color: $color;
					  	}
					  }
					}
				}
			}
		}
	}
}