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";
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