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("../ExpandableCard/styled");

const Wrapper = styled.div`
  padding: 0;
  width: 100%;
`;
exports.Wrapper = Wrapper;
const CustomExpandedWrapperView = styled.withComponent(styled_1.ExpandedWrapperView)`
  background-color: white;
  color: #2c2c2c;
  ${styled_1.CardWrapper} {
    color: red
  }
`;
exports.CustomExpandedWrapperView = CustomExpandedWrapperView;
const CustomToggleButton = styled.withComponent(styled_1.ToggleButton)`
  color: #159fd5;
  background-color: white;
  border: none;
  top: 0;
  bottom: 0;
  width: 43px;
  padding-right: 0;
`;
exports.CustomToggleButton = CustomToggleButton; //# sourceMappingURL=styled.js.map