@healthcatalyst/catalyst-docfx-template 1.0.141 → 1.0.142
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
Binary file
|
package/package.json
CHANGED
package/styles/main.css
CHANGED
|
@@ -2034,3 +2034,7 @@ article .tabGroup > ul > li {
|
|
|
2034
2034
|
.video-wrap { position: relative; width: 100%; padding-bottom: 56.25%; overflow: hidden; border-radius: 6px; }
|
|
2035
2035
|
.video-wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }
|
|
2036
2036
|
.video-caption { margin-top: 0.5rem; font-size: 1.25rem; color: #333; }
|
|
2037
|
+
|
|
2038
|
+
.poster-btn,.poster{position:absolute;top:0;left:0;width:100%;height:100%;border:0;padding:0;margin:0;background:none;cursor:pointer;}
|
|
2039
|
+
.poster img{width:100%;height:100%;object-fit:cover;display:block;}
|
|
2040
|
+
.play-button{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:50%;background:rgba(0,0,0,0.6);display:flex;align-items:center;justify-content:center;color:white;font-size:24px;pointer-events:none;}
|
|
Binary file
|