Fix hover color of collections

This commit is contained in:
Fabiano 2018-09-13 13:26:10 -03:00
parent 41a1ce558e
commit 01e9230ed2
1 changed files with 8 additions and 8 deletions

View File

@ -129,7 +129,7 @@
.tainacan-list-collection--container-card {
display: grid;
grid-template-columns: repeat(auto-fit, 350px);
grid-template-columns: repeat(auto-fit, 425px);
grid-gap: 30px;
@media only screen and (max-width: 797px) {
grid-gap: 4px;
@ -143,9 +143,9 @@
width: 100vw;
}
&:hover {
background: #e5e5e5 !important;
background: #f2f2f2 !important;
.tainacan-list-collection--title {
background-color: #e5e5e5;
background-color: #dbdbdb;
}
}
.tainacan-list-collection--title {
@ -154,15 +154,15 @@
size: 0.875rem;
weight: 400;
}
height: 45px;
height: 40px;
}
.tainacan-list-collection--card-img {
width: 172px;
height: 172px;
width: 170px;
height: 170px;
}
.image-placeholder {
height: 172px;
width: 172px;
height: 170px;
width: 170px;
margin-right: 1rem;
> h4 {
text-align: center;