Save
This commit is contained in:
@@ -87,6 +87,10 @@ footer#footer .block-social ul li {
|
||||
background-size: 30px;
|
||||
background-position: center;
|
||||
border-radius: 5px;
|
||||
transition: all 250ms ease-in-out;
|
||||
}
|
||||
footer#footer .block-social ul li:hover {
|
||||
filter: brightness(1.2);
|
||||
}
|
||||
footer#footer .block-social ul li.facebook {
|
||||
background-color: #1877f2;
|
||||
@@ -96,4 +100,24 @@ footer#footer .block-social ul li.pinterest {
|
||||
}
|
||||
footer#footer .block-social ul li.instagram {
|
||||
background-color: #e1306c;
|
||||
}
|
||||
|
||||
.product-additional-info .social-sharing ul li {
|
||||
background-color: #d0d0d0;
|
||||
background-size: 30px;
|
||||
background-position: center;
|
||||
border-radius: 5px;
|
||||
transition: all 250ms ease-in-out;
|
||||
}
|
||||
.product-additional-info .social-sharing ul li:hover {
|
||||
filter: brightness(1.2);
|
||||
}
|
||||
.product-additional-info .social-sharing ul li.facebook {
|
||||
background-color: #1877f2;
|
||||
}
|
||||
.product-additional-info .social-sharing ul li.twitter {
|
||||
background-color: #1da1f2;
|
||||
}
|
||||
.product-additional-info .social-sharing ul li.pinterest {
|
||||
background-color: #e60023;
|
||||
}/*# sourceMappingURL=custom.css.map */
|
||||
Reference in New Issue
Block a user