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 StyledIconButton = styleh_components_1.styled(Placeholder_1.CirclePlaceholder)``;
exports.StyledIconButton = StyledIconButton;
const StyledAddUserText = styleh_components_1.styled(Placeholder_1.TextPlaceholder)`display:none;padding-left:0.5rem;@media (max-width:767px){display:block;}`;
exports.StyledAddUserText = StyledAddUserText;
const ButtonWrapper = styleh_components_1.styled.div`display:flex;align-items:center;margin-left:0.5rem;height:2.75rem;@media (min-width:768px){flex:0 0 1.375rem;}@media (max-width:767px){padding:0.75rem 0 0;align-self:center;width:100%;justify-content:center;height:auto;}`;
exports.ButtonWrapper = ButtonWrapper;
const StyledFormField = styleh_components_1.styled(Placeholder_1.RectanglePlaceholder)`width:100%;`;
exports.StyledFormField = StyledFormField;
const StyledHeading = styleh_components_1.styled(Placeholder_1.TextPlaceholder)`width:6.25rem;height:1rem;margin-bottom:0.5rem;`;
exports.StyledHeading = StyledHeading;
const FormWrapper = styleh_components_1.styled.div`display:flex;flex-direction:column;padding:0 0.25rem;width:100%;@media (max-width:1023px){&:first-child{margin-bottom:0.5rem;}}@media (max-width:767px){margin-bottom:0.5rem;}`;
const EmailWrapper = styleh_components_1.styled(FormWrapper)`@media (max-width:1023px){flex:0 0 100%;}`;
exports.EmailWrapper = EmailWrapper;
const SelectBoxWrapper = styleh_components_1.styled(FormWrapper)`@media (max-width:1023px){flex:0 0 50%;}@media (max-width:767px){flex:0 0 100%;}`;
exports.SelectBoxWrapper = SelectBoxWrapper;
const FormFieldsWrapper = styleh_components_1.styled.div`display:flex;flex:1;margin:0 -0.25rem;@media (max-width:1023px){flex-wrap:wrap;}`;
exports.FormFieldsWrapper = FormFieldsWrapper;
const Wrapper = styleh_components_1.styled.section`display:flex;align-items:flex-end;@media (max-width:767px){flex-direction:column;}`;
exports.Wrapper = Wrapper;