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 TitlePlaceholder = styleh_components_1.styled.withComponent(Placeholder_1.TextPlaceholder)`width:9.375rem;margin-right:3.75rem;@media (max-width:767px){margin:0;width:35%;}`;
exports.TitlePlaceholder = TitlePlaceholder;
const ButtonPlaceholder = styleh_components_1.styled.withComponent(Placeholder_1.RectanglePlaceholder)`width:15.625rem;@media (max-width:767px){width:45%;}`;
exports.ButtonPlaceholder = ButtonPlaceholder;
const HeaderTitleWrapper = styleh_components_1.styled.div`display:flex;margin-bottom:1rem;@media (max-width:767px){margin-bottom:1.5rem;justify-content:space-between;}`;
exports.HeaderTitleWrapper = HeaderTitleWrapper;
const AddressPlaceholder = styleh_components_1.styled.withComponent(Placeholder_1.ParagraphPlaceholder)`width:21.875rem;@media (max-width:767px){width:100%;}`;
exports.AddressPlaceholder = AddressPlaceholder;
const Wrapper = styleh_components_1.styled.div`display:flex;flex-direction:column;`;
exports.Wrapper = Wrapper;