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

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

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

const Copyright_1 = require("@skava/ui/dist/components/features/Copyright");

const Text_1 = require("@skava/ui/dist/components/atoms/Text");

const LogoIcon_1 = require("@skava/ui/dist/components/atoms/Icons/LogoIcon");

const MultipleLinkList_1 = require("../MultipleLinkList");

const SectionLinkList_1 = require("../SectionLinkList");

const SectionList_1 = require("../SectionList");

const SocialIconList_1 = require("@skava/ui/dist/components/molecules/SocialIconList");

const styled_1 = require("@skava/ui/dist/components/molecules/List/styled");

const Footer_1 = require("../../abstractions/Footer");

const StyledMobilePoweredByLabel = styleh_components_1.styled.withComponent(Text_1.Label)`font-size:0.625rem;font-weight:normal;margin:0;color:#17AEEA;`;
exports.StyledMobilePoweredByLabel = StyledMobilePoweredByLabel;
const StyledMobilePoweredByValue = styleh_components_1.styled.withComponent(Text_1.Label)`font-size:0.75rem;font-weight:normal;margin:0;margin-left:0.25rem;color:#BADB2E;`;
exports.StyledMobilePoweredByValue = StyledMobilePoweredByValue;
const StyledPoweredByLabel = styleh_components_1.styled.withComponent(Text_1.Label)`font-size:0.875rem;font-weight:normal;margin:0;color:#17AEEA;`;
exports.StyledPoweredByLabel = StyledPoweredByLabel;
const StyledLogoIcon = styleh_components_1.styled.withComponent(LogoIcon_1.LogoIcon)`width:10rem;height:2.5rem;g{fill:white;}g #version{fill:black;}`;
exports.StyledLogoIcon = StyledLogoIcon;
const StyledPoweredByValue = styleh_components_1.styled.withComponent(Text_1.Label)`font-size:0.875rem;font-weight:normal;margin:0;color:#BADB2E;margin-top:0.5rem;padding-left:0.625rem;@media (max-width:1024px){width:16.875rem;flex-wrap:wrap;display:flex;}`;
exports.StyledPoweredByValue = StyledPoweredByValue;
const StyledSocialIconList = styleh_components_1.styled.withComponent(SocialIconList_1.SocialIconList)`padding:0;li:first-child{margin-left:0;}li{margin-left:1.53125rem;}${SocialIconList_1.IconLink}{width:1rem;height:1rem;padding:0;margin-left:0;margin-right:0;}`;
exports.StyledSocialIconList = StyledSocialIconList;
const StyledCopyRight = styleh_components_1.styled.withComponent(Copyright_1.Copyright)`font-size:0.875rem;color:#FFF;@media (max-width:768px){font-size:0.75rem;display:inline-flex;flex:none;}`;
exports.StyledCopyRight = StyledCopyRight;
const StyledLabel = styleh_components_1.styled.withComponent(Text_1.Label)`font-size:0.875rem;color:#FFF;display:flex;justify-content:center;margin-right:0;`;
exports.StyledLabel = StyledLabel;
const StyledMultipleLinkList = styleh_components_1.styled.withComponent(MultipleLinkList_1.MultipleLinkList)`color:#FFF;width:100%;${styled_1.ItemPanel}{padding:0;padding-bottom:0.5rem;&:last-child{padding-bottom:0;}}${SectionLinkList_1.StyledLink}{color:inherit;text-decoration:none;font-size:0.875rem;}${SectionList_1.SectionListHeader}{font-size:1rem;font-weight:500;}`;
exports.StyledMultipleLinkList = StyledMultipleLinkList;
const StyledFooterPlaceholder = styleh_components_1.styled.withComponent(Footer_1.Footer)`background-color:#292929;`;
exports.StyledFooterPlaceholder = StyledFooterPlaceholder;