Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@filerobot/common / lib / ColorPickerModal / ColorPickerModal.styled.js
Size: Mime:
var _templateObject, _templateObject2;
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
import { ModalActions as SfxModalActions } from '@scaleflex/ui/core';
import styled from 'styled-components';
var ColorPickerWrap = styled.div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n  .SfxColorPicker-root {\n    max-width: 100%;\n    padding: 0;\n    box-shadow: none;\n    border: none;\n  }\n\n  .SfxColorPicker-range-picker,\n  .SfxColorPicker-bar-wrapper {\n    width: 100%;\n  }\n"])));
var ModalActions = styled(SfxModalActions)(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n  gap: 12px;\n  padding: 12px 24px 24px;\n\n  .SfxButton-root {\n    flex: 1;\n  }\n"])));
var Styled = {
  ColorPickerWrap: ColorPickerWrap,
  ModalActions: ModalActions
};
export default Styled;