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 styleh_components_1 = require("styleh-components");

const Edit = styleh_components_1.styled.div`flex:1;display:flex;justify-content:flex-end;margin-left:1rem;`;
exports.Edit = Edit;
const Address = styleh_components_1.styled.div`flex:0 0 15.625rem;`;
exports.Address = Address;
const ShippingCardWrapper = styleh_components_1.styled.div`display:flex;flex-direction:row;flex-wrap:wrap;border:solid 0.0625rem #ccc;padding:0.5rem;margin-bottom:1rem;justify-content:space-between;align-items:center;`;
exports.ShippingCardWrapper = ShippingCardWrapper;
const HeaderWrapper = styleh_components_1.styled.div`display:flex;justify-content:space-between;margin-bottom:0.5rem;@media (max-width:1023px){flex-direction:column;}`;
exports.HeaderWrapper = HeaderWrapper;