@healthcatalyst/catalyst-docfx-template 1.0.142 → 1.0.143
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
|
@@ -2035,6 +2035,9 @@ article .tabGroup > ul > li {
|
|
|
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
2037
|
|
|
2038
|
+
.video-caption div {display: inline;}
|
|
2039
|
+
.duration-badge {margin-left: 0.3rem;}
|
|
2040
|
+
|
|
2038
2041
|
.poster-btn,.poster{position:absolute;top:0;left:0;width:100%;height:100%;border:0;padding:0;margin:0;background:none;cursor:pointer;}
|
|
2039
2042
|
.poster img{width:100%;height:100%;object-fit:cover;display:block;}
|
|
2040
2043
|
.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
|