Repository URL to install this package:
|
Version:
2.1.7 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const styleh_components_1 = require("styleh-components");
const Button_1 = require("@skava/ui/dist/components/atoms/Button");
const TextBox_1 = require("@skava/ui/dist/inputs/TextBox");
const StyledPrimaryButton = styleh_components_1.styled(Button_1.Button)`width:15.625rem;height:2.75rem;font-size:1rem;color:var(--color-pure-white);background-color:#1a75bc;text-transform:capitalize;border-radius:0.25rem;border:0;margin-top:0.75rem;@media (max-width:767px){width:100%;}`;
exports.StyledPrimaryButton = StyledPrimaryButton;
const SignUpFormWrapper = styleh_components_1.styled.section`.input-form-wrapper{padding:0 0.25rem;margin-bottom:2rem;${TextBox_1.StyledLabel}{position:relative;top:0;text-transform:capitalize;font-size:1rem;overflow:visible;font-weight:400;}&.country-wrapper{flex:0 0 50%;@media (max-width:1023px){flex:0 0 30%;}@media (max-width:767px){flex:0 0 50%;}}&.zipcode-wrapper{flex:0 0 20%;@media (max-width:767px){flex:0 0 50%;}}&.phone-number-wrapper{flex:0 0 30%;@media (max-width:1023px){flex:0 0 50%;}@media (max-width:767px){flex:0 0 100%;}}}.input-group-wrapper{display:flex;flex-wrap:wrap;margin-left:-0.25rem;margin-right:-0.25rem;.first-name-wrapper,.last-name-wrapper,.email-address-wrapper,.organization-name-wrapper,.address-line-one-wrapper,.address-line-two-wrapper,.city-wrapper,.state-wrapper,.tax-identifier-wrapper,.duns-wrapper{flex:0 0 50%;@media (max-width:767px){flex:0 0 100%;}}}input.input-box{height:2.75rem;font-size:1rem;margin-top:0.5rem;}.duns-wrapper{${TextBox_1.StyledLabel}{text-transform:uppercase;}}.button-group{display:flex;justify-content:flex-end;}`;
exports.SignUpFormWrapper = SignUpFormWrapper;