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 styled_1 = require("organisms/ExpandableCard/styled");
const CardWrapper = styled.div `
  border: 2px solid #159fd5;
  border-radius: 4px;
  padding: $spacing-small;
`;
exports.CardWrapper = CardWrapper;
const CustomExpandedWrapperView = styled.withComponent(styled_1.ExpandedWrapperView) `
  background-color: white;
  color: #2c2c2c;
`;
exports.CustomExpandedWrapperView = CustomExpandedWrapperView;
const CustomToggleButton = styled.withComponent(styled_1.ToggleButton) `
  color: #159fd5;
  background-color: white;
  border: none;
`;
exports.CustomToggleButton = CustomToggleButton;
//# sourceMappingURL=styled.js.map