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    
Size: Mime:
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
    return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const view_container_1 = require("view-container");
const Label_1 = __importDefault(require("atoms/Text/Label"));
const CheckBoxIcon_1 = require("atoms/Icons/CheckBoxIcon");
const Wrapper = view_container_1.styled.div `
  display: flex;
  align-items: center;
`;
exports.Wrapper = Wrapper;
const IconWrapper = view_container_1.styled.span `
  display: flex;
  margin-right: 10px;
  align-items: baseline;
`;
exports.IconWrapper = IconWrapper;
const StyledLabel = view_container_1.styled.withComponent(Label_1.default) `
  font-size: 16px;
  &::selection {
    background: transparent;
  }
`;
exports.StyledLabel = StyledLabel;
const StyledCheckboxIcon = view_container_1.styled.withComponent(CheckBoxIcon_1.CheckBoxIcon) `
  width: rem(24);
  height: rem(24);
`;
exports.StyledCheckboxIcon = StyledCheckboxIcon;
//# sourceMappingURL=styled.js.map