Repository URL to install this package:
Version:
0.9.7 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const ToggleList_1 = require("molecules/ToggleList");
const StyledInput = styled.input `
width: rem(130);
height: rem(42);
margin-left: rem(16);
border-radius: rem(4);
border: 1px solid #cccccc;
`;
exports.StyledInput = StyledInput;
const StyledToggleList = styled.withComponent(ToggleList_1.ToggleList) `
${ToggleList_1.ToggleContentWrapper} {
flex-direction: column;
}
${ToggleList_1.ToggleItemWrapper} {
margin-bottom: rem(28);
}
`;
exports.StyledToggleList = StyledToggleList;
//# sourceMappingURL=styled.js.map