UNPKG

slide-cast

Version:

Web presentation tool with video recording included

25 lines (24 loc) 535 B
export default /*css*/ ` video-spot { display: inline-flex; position: fixed; bottom: calc(var(--gap-max) * 2); right: calc(var(--gap-max) * 2); width: 300px; height: 300px; color: var(--clr-2); border-radius: 100%; overflow: hidden; border: 6px solid var(--slide-sub-clr, var(--clr-2)); transition: border-color 1s, opacity 1s; pointer-events: none; &::part(video) { width: 100%; height: 100%; object-fit: cover; border-radius: 100%; overflow: hidden; filter: grayscale(90%); } } `;