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("../../../../../../atoms/Placeholder");

const Label = styleh_components_1.styled.withComponent(Placeholder_1.TextPlaceholder)`margin-bottom:0.5rem;`;
exports.Label = Label;
const BoxItem = styleh_components_1.styled.withComponent(Placeholder_1.RectanglePlaceholder)``;
exports.BoxItem = BoxItem;
const SelectBoxTeam = styleh_components_1.styled.div`flex:0 0 calc(30% - 1rem);margin:0 0 1rem 0;@media (max-width:1023px){flex:0 0 calc(50% - 0.5rem);}`;
exports.SelectBoxTeam = SelectBoxTeam;
const SelectBoxRole = styleh_components_1.styled.div`flex:0 0 calc(30% - 0.5rem);margin:0 0 1rem 1.5rem;@media (max-width:1023px){flex:0 0 calc(50% - 0.5rem);margin:0 0 1rem 1rem;}`;
exports.SelectBoxRole = SelectBoxRole;
const SearchBox = styleh_components_1.styled.div`flex:0 0 calc(40% - 1.5rem);align-self:flex-end;margin:0 1.5rem 1rem 0;@media (max-width:1023px){flex:0 0 100%;margin:0 0 1rem 0;}`;
exports.SearchBox = SearchBox;
const Wrapper = styleh_components_1.styled.section`display:flex;flex-direction:row;flex-wrap:wrap;`;
exports.Wrapper = Wrapper; //# sourceMappingURL=styled.js.map