Skip to content

Commit

Permalink
fix: updates media player styles
Browse files Browse the repository at this point in the history
  • Loading branch information
msimmer committed Sep 7, 2022
1 parent 3951514 commit f313eca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/b-ber-reader-react/src/styles/_media.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ $thumb-c: #272727;
border: 1px solid $thumb-c;
border-radius: $media-element-padding;
padding: 9px 3px 9px 12px;
background-color: $white;

a,
input:not([type='range']),
Expand Down Expand Up @@ -67,9 +68,8 @@ $thumb-c: #272727;
color: $violet !important;
}

// TODO used?
+ .bber-caption__audio {
margin-top: 0.5rem;
margin-top: 8px;
}
}

Expand Down

0 comments on commit f313eca

Please sign in to comment.