Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
markdumay committed Feb 26, 2023
1 parent 2f733a7 commit 20ce358
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions assets/scss/components/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
cursor: pointer;
}

.card-img-wrap img {
transition: transform 0.25s ease;
width: 100%;
}

.card-zoom::after .card-img-wrap img {
content: "";
position: absolute;
Expand All @@ -24,11 +29,6 @@
transition: opacity 0.25s;
}

.card-img-wrap img {
transition: transform 0.25s ease;
width: 100%;
}

.card-zoom:hover .card-img-wrap img {
transform: scale(1.1);
opacity: 0.5;
Expand Down Expand Up @@ -56,7 +56,7 @@
@include color-mode(dark) {
.card-body-link {
color: $gray-500 if($enable-important-utilities, !important, null);
}
}
}
}

Expand Down

0 comments on commit 20ce358

Please sign in to comment.