Save
This commit is contained in:
@@ -128,6 +128,11 @@ footer#footer {
|
||||
background-size: 30px;
|
||||
background-position: center;
|
||||
border-radius: 5px;
|
||||
transition: all 250ms ease-in-out;
|
||||
|
||||
&:hover {
|
||||
filter: brightness(1.2);
|
||||
}
|
||||
|
||||
&.facebook {
|
||||
background-color: #1877f2;
|
||||
@@ -142,3 +147,31 @@ footer#footer {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.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;
|
||||
|
||||
&:hover {
|
||||
filter: brightness(1.2);
|
||||
}
|
||||
|
||||
&.facebook {
|
||||
background-color: #1877f2;
|
||||
}
|
||||
&.twitter {
|
||||
background-color: #1da1f2;
|
||||
}
|
||||
&.pinterest {
|
||||
background-color: #e60023;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user