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    
@skava/ui / dist / forms / views / SearchInput / styled.js
Size: Mime:
"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});

const styleh_components_1 = require("styleh-components");

const Wrapper = styleh_components_1.styled.section`.form-wrapper{.input-box-label{display:inline-block;height:auto;font-size:1.375rem;text-transform:capitalize;margin-bottom:1rem;}.input-box{height:2.75rem;border:0.0625rem solid #bcc2d0;&::placeholder{font-size:1rem;font-weight:300;color:#a9b3c4;}}.search-icon{top:0.875rem;}}`;
exports.Wrapper = Wrapper; //# sourceMappingURL=styled.js.map