Skip to content

Commit 738f510

Browse files
authored
Merge pull request #497 from TechnologyEnhancedLearning/Develop/Features/TD-4185-Correct-play-button-boundaries
Contain video play button centered within parent boundaries
2 parents 4cf1442 + c75cc97 commit 738f510

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

LearningHub.Nhs.WebUI/Styles/nhsuk/pages/resource.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717
// Resource content section -----------------------------------------
1818
#mediacontainer .azuremediaplayer {
1919
border: 1px solid $nhsuk-grey-light;
20+
21+
button.vjs-big-play-button:before {
22+
width: 60%;
23+
}
24+
2025
}
2126

2227
.image-container {

0 commit comments

Comments
 (0)