Skip to content

Commit

Permalink
fix: review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
federicoisepponfincons authored and TomMenga committed Jan 10, 2024
1 parent 3cab725 commit 0d190fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/teaser/teaser.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
::slotted([slot='image']) {
will-change: transform;
display: block;
object-fit: cover;
width: var(--sbb-teaser-image-width, 300px);
filter: brightness(var(--sbb-teaser-brightness, 1));
transition: var(--sbb-animation-duration-4x) var(--sbb-animation-easing);
Expand All @@ -81,7 +82,6 @@
}

.sbb-teaser__image-wrapper {
min-width: var(--sbb-teaser-width);
overflow: hidden;
border-radius: var(--sbb-teaser-border-radius);
transition: var(--sbb-animation-duration-4x) var(--sbb-animation-easing);
Expand Down Expand Up @@ -109,7 +109,6 @@
padding: 0;

@include sbb.text-s--regular;
@include sbb.clamp-lines($lines: 2);

color: var(--sbb-teaser-description-color);
}
Expand Down

0 comments on commit 0d190fe

Please sign in to comment.