Skip to content

Commit

Permalink
Build files for testing Ramp in Avalon
Browse files Browse the repository at this point in the history
  • Loading branch information
Dananji committed Nov 13, 2024
1 parent a90b278 commit 25d3c47
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
14 changes: 8 additions & 6 deletions dist/ramp.css
Original file line number Diff line number Diff line change
Expand Up @@ -384,23 +384,21 @@
}
.vjs-theme-ramp .vjs-control-bar::before {
content: "";
width: 1em;
width: 12px;
height: 100%;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), linear-gradient(to left, transparent, rgba(0, 0, 0, 0));
position: absolute;
left: 0.215em;
left: -12px;
top: 0em;
transform: translateX(-120%);
}
.vjs-theme-ramp .vjs-control-bar::after {
content: "";
width: 1em;
width: 12px;
height: 100%;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), linear-gradient(to left, transparent, rgba(0, 0, 0, 0));
position: absolute;
right: -2.215em;
right: -12px;
top: 0em;
transform: translateX(-121%);
}

.vjs-theme-ramp .vjs-custom-progress-bar {
Expand Down Expand Up @@ -520,6 +518,10 @@
font-size: 0.75em !important;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
width: 0;
}

.vjs-custom-progress-bar .vjs-play-progress span svg {
height: 1em;
margin-top: -0.01em;
Expand Down
2 changes: 2 additions & 0 deletions docs/build/bundle.674c4586.js

Large diffs are not rendered by default.

File renamed without changes.
2 changes: 0 additions & 2 deletions docs/build/bundle.7710a3f2.js

This file was deleted.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
</head>
<body>
<div id="rsg-root"></div>
<script src="build/bundle.7710a3f2.js"></script>
<script src="build/bundle.674c4586.js"></script>
</body>
</html>

0 comments on commit 25d3c47

Please sign in to comment.