Repository URL to install this package:
|
Version:
0.9.5 ▾
|
"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