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 / components / presets / Switch / styled.js
Size: Mime:
"use strict";

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

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

const IconWrapper = styleh_components_1.styled.div`display:flex;margin-right:10px;align-items:baseline;`;
exports.IconWrapper = IconWrapper;
const SwitchIconWrapper = styleh_components_1.styled.div.attrs({
  'data-qa': 'qa-toggle-switch'
})`display:flex;align-items:start;${props => props && props.isSelected && styleh_components_1.styled.css`color:#0772b4;`};`;
exports.SwitchIconWrapper = SwitchIconWrapper; // @todo import CommonState for typings

const SwitchLabel = styleh_components_1.styled.label`font-size:1rem;font-weight:500;margin-left:0.625rem;`;
exports.SwitchLabel = SwitchLabel; //# sourceMappingURL=styled.js.map