Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
alinekeller committed Feb 7, 2024
1 parent 2093d26 commit b39ecf6
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions assets/components/molecules/list-group/list-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -194,24 +194,23 @@
}

.list-group-teaser-thumbnail .news-video-overlay {
background: transparent;
position: absolute;
width: 100%;
height: 100%;
left: 0px;
top: 0px;

display: flex;
justify-content: center;
align-items: center;
position: absolute;
background: transparent;
top: 0px;
left: 0px;
width: 100%;
height: 100%;

&:before {
content: "";
width: 36px;
height: 36px;
background: url(../images/icons/icon-teaser-video.svg);
background-size: 100%;
border-radius: 50%;
box-shadow: 0 0 1rem rgba(0,0,0,0.16);
height: 36px;
width: 36px;
}
}

0 comments on commit b39ecf6

Please sign in to comment.