UNPKG

@contentstack/live-preview-utils

Version:

Contentstack provides the Live Preview SDK to establish a communication channel between the various Contentstack SDKs and your website, transmitting live changes to the preview pane.

33 lines (30 loc) 909 B
import "../../chunk-5WRI5ZAA.js"; // src/timeline/compare/compare.style.ts import { glob } from "goober"; var compareGlobalStyles = () => { const css = glob; css` cs-compare { &.cs-compare--added { background: rgba(0, 122, 82, 0.2); border-bottom: 2px solid rgba(0, 122, 82); } &.cs-compare--removed { background: rgba(214, 36, 0, 0.2); text-decoration: line-through 2px solid rgba(214, 36, 0, 1); } } .cs-compare__void--added { background: rgba(0, 122, 82, 0.2); outline: 2px solid rgba(0, 122, 82); } .cs-compare__void--removed { background: rgba(214, 36, 0, 0.2); outline: 2px solid rgba(214, 36, 0, 1); } `; }; export { compareGlobalStyles }; //# sourceMappingURL=compare.style.js.map