remove unused css

This commit is contained in:
Fabiano 2018-07-20 11:46:29 -03:00
parent 9072cce6ca
commit 40ada4bf5b
1 changed files with 3 additions and 21 deletions

View File

@ -57,6 +57,7 @@
}
}
}
table {
thead {
th {
@ -123,27 +124,6 @@
}
}
}
/* .tainacan-list-collection--grid {
width: 250px;
height: 287px;
.tainacan-list-collection--grid-title{
font: {
size: 14px;
weight: 400;
}
}
.tainacan-list-collection--grid-img {
width: 275px;
height: 250px;
}
.image-placeholder {
height: 250px;
width: 250px;
> h4 {
font-size: 48px;
}
}
} */
.tainacan-list-collection--card {
&:hover {
@ -181,6 +161,7 @@
}
}
}
.tainacan-list-collection--container-grid {
display: grid;
grid-template-columns: repeat(auto-fit, 250px);
@ -209,6 +190,7 @@
}
}
}
.tainacan-list-collection--grid-link, .tainacan-list-collection--card-link {
&:hover{
text-decoration: none;