Skip to content

Commit

Permalink
Merge pull request #380 from qld-gov-au/QOLOE-313-Video-margin
Browse files Browse the repository at this point in the history
[QOLOE-313]Video - add margin on the next element
  • Loading branch information
elvishu authored Jul 19, 2024
2 parents cbd5b3c + c6ee9c5 commit 46c88f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/bs5/video/video.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ $video-clock-icon-dark: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/20
border-radius: var(--#{$prefix}video-border-radius);
box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15), 0px 1px 2px rgba(0, 0, 0, 0.3);

// Add margin top on the next element after video component
+ * {
margin-top: 2rem;
}

&-player {
position: relative;

Expand Down

0 comments on commit 46c88f8

Please sign in to comment.