@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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@healthcatalyst/catalyst-docfx-template",
3
- "version": "1.0.142",
3
+ "version": "1.0.143",
4
4
  "license": "MIT",
5
5
  "description": "A DocFX Template patching the Default template.",
6
6
  "publishConfig": {
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;}