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 Wrapper = styleh_components_1.styled.section`position:relative;`;
exports.Wrapper = Wrapper;
const Form = styleh_components_1.styled.div`display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap;.input-box-card{width:69%;}.input-box-cvv{width:29%;}.input-box{width:49%;}`;
exports.Form = Form;
const FormButton = styleh_components_1.styled.div``;
exports.FormButton = FormButton;
const Error = styleh_components_1.styled.div`margin-bottom:1.25rem;width:40%;`;
exports.Error = Error;
const Checkbox = styleh_components_1.styled.div`display:flex;justify-content:space-between;width:50%;margin-bottom:1.25rem;`;
exports.Checkbox = Checkbox;
const InputPlaceholder = styleh_components_1.styled(Placeholder_1.TextPlaceholder)`margin-bottom:1.25rem;`;
exports.InputPlaceholder = InputPlaceholder;