UNPKG

@activecollab/components

Version:

ActiveCollab Components

22 lines (21 loc) 1.4 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StyledTrigger = exports.StyledStopwatchCenterWrapper = exports.StyledStopwatch = void 0; var _styledComponents = _interopRequireDefault(require("styled-components")); var _Trigger = require("../Trigger"); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } var StyledStopwatch = exports.StyledStopwatch = _styledComponents.default.div.withConfig({ displayName: "Stopwatchstyle__StyledStopwatch", componentId: "sc-h5uscw-0" })(["background-color:var(--color-theme-300);border-radius:21px;padding:4px;max-width:320px;height:34px;display:flex;align-items:center;"]); var StyledStopwatchCenterWrapper = exports.StyledStopwatchCenterWrapper = _styledComponents.default.div.withConfig({ displayName: "Stopwatchstyle__StyledStopwatchCenterWrapper", componentId: "sc-h5uscw-1" })(["flex-grow:1;display:flex;align-items:center;justify-content:center;"]); var StyledTrigger = exports.StyledTrigger = (0, _styledComponents.default)(_Trigger.Trigger).withConfig({ displayName: "Stopwatchstyle__StyledTrigger", componentId: "sc-h5uscw-2" })(["width:32px;height:32px;border-radius:9999px;display:flex;justify-content:center;align-items:center;svg{fill:var(--color-theme-700);}&:hover{svg{fill:var(--color-theme-900);}}"]); //# sourceMappingURL=Stopwatch.style.js.map