UNPKG

fui-fancyui

Version:
30 lines (28 loc) 591 B
import { styled as i } from "styled-components"; import r from "../../../design/designFunctions/arrayToCssValues/arrayToCssValues.js"; const d = i.div` width: 100%; padding: 3px; height: ${({ $height: e }) => e}; `; i.div` padding: 3px; overflow: hidden; `; const n = i.div` position: relative; cursor: pointer; height: 100%; user-select: none; `, s = i.div` position: absolute; width: 100%; height: 100%; z-index: 1; border-radius: ${({ $borderRadius: e }) => r(e, "borderRadius")}; `; export { s as OpacityGradient, n as SliderContainer, d as Wrapper };