UNPKG

@chayns-components/devalue-slider

Version:
30 lines (29 loc) 865 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Time = exports.Container = void 0; var _styledComponents = _interopRequireDefault(require("styled-components")); var _Slider = require("../slider/Slider.styles"); function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } const Container = exports.Container = (0, _styledComponents.default)(_Slider.Track)` height: ${({ $height }) => $height}px !important; background-color: ${({ $color }) => $color}; display: flex; flex-direction: row; align-items: center; justify-content: center; cursor: pointer; color: white; container-type: inline-size; `; const Time = exports.Time = _styledComponents.default.div` font-size: 6cqw; font-weight: 700; color: white; `; //# sourceMappingURL=Timer.styles.js.map