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 Placeholder_1 = require("@skava/ui/dist/components/atoms/Placeholder");

const Name = styleh_components_1.styled.div`flex:0 0 100%;margin-bottom:0.5rem;`;
exports.Name = Name;
const EmptyCard = styleh_components_1.styled(Placeholder_1.TextPlaceholder)`margin-right:0.5rem;`;
exports.EmptyCard = EmptyCard;
const Card = styleh_components_1.styled.div`flex:0 0 100%;display:flex;align-items:center;margin-bottom:0.5rem;`;
exports.Card = Card;
const Date = styleh_components_1.styled.div`flex:0 0 100%;`;
exports.Date = Date;
const PaymenyCardWrapper = styleh_components_1.styled.div`display:flex;flex-direction:row;flex-wrap:wrap;border:solid 0.0625rem #ccc;padding:0.5rem;margin-bottom:1rem;`;
exports.PaymenyCardWrapper = PaymenyCardWrapper;
const HeaderWrapper = styleh_components_1.styled.section`display:flex;flex-direction:row;justify-content:space-between;width:100%;margin-bottom:1.5rem;@media (max-width:1023px){flex-direction:column;}@media (max-width:767px){margin-bottom:1rem;}`;
exports.HeaderWrapper = HeaderWrapper;