Skip to content

Commit

Permalink
Fix media collection play button styles (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkarhoff authored Sep 5, 2024
1 parent fa3015f commit ac56151
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions assets/scss/custom/_media.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,15 @@
p {
display: none;
}
.media-collection-play {
--bs-btn-padding-x: 1.5rem;
font-size: 0;
&::before {
content: '\F4F5';
font-family: bootstrap-icons !important;
line-height: 1;
}
}
}

.paragraph--type--media-collection {
Expand Down

0 comments on commit ac56151

Please sign in to comment.