Prestige - social icon mobiel view

 avatar
unknown
css
3 years ago
438 B
6
Indexable
@media only screen and (max-width:991px) {
	ul.socials {
		.socials__link {
			border-color: #000 !important;
                path{
                    filter: invert(1) !important;
                }
			: hover{ 
                background-color:#000 !important;
		    }
	}
}
ul.socials {
	.socials__link {
		&:hover {
			background-color: #000 !important;
			path {
				filter: invert(1) !important;
			}
		}
	}
}
}
Editor is loading...