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 Label_1 = require("../../atoms/Text/Label"); // adding margin so extending the style of separator icon


const SeparatorElement = styleh_components_1.styled.span`margin:0 16px;`;
exports.SeparatorElement = SeparatorElement;
const CopyrightSection = styleh_components_1.styled.section.attrs({
  className: 'copyright-panel'
})`display:flex;flex:1;align-items:center;`;
exports.CopyrightSection = CopyrightSection;
const LogoText = Label_1.LabelElement.as('span');
const Logo = styleh_components_1.styled.withComponent(LogoText).attrs({
  'data-qa': 'qa-copyright',
  'className': 'copyright-logo'
})`text-transform:uppercase;`;
exports.Logo = Logo;
const RightsText = Label_1.LabelElement.as('span');
const Text = styleh_components_1.styled.withComponent(RightsText).attrs({
  'data-qa': 'qa-rights',
  'className': 'copyright-text'
})`text-transform:uppercase;`;
exports.Text = Text;
exports.default = CopyrightSection; //# sourceMappingURL=styled.js.map