UNPKG

fui-fancyui

Version:
26 lines (25 loc) 695 B
import { styled as o } from "styled-components"; import i from "../../../design/designFunctions/colorTransparencyCalculator/colorTransparencyCalculator.js"; const e = o.div` position: absolute; box-sizing: border-box; top: 2px; bottom: 2px; margin-left: 0; margin-right: 0; width: 5px; z-index: 2; transform: translate(-2.5px); `, p = o.div` box-sizing: border-box; position: relative; border: ${({ theme: r }) => `solid 1px ${r.color.primary[0]} `}; width: 100%; height: 100%; box-shadow: 0px 0px 1px 1px ${({ theme: r }) => i(r.color.secondary[0], 0.5)}; border-radius: ${({ theme: r }) => r.borderRadius.sm}; `; export { p as Marker, e as WrapperMarker };