Repository URL to install this package:
|
Version:
2.1.14 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const styleh_components_1 = require("styleh-components");
const Placeholder_1 = require("@skava/ui/dist/components/atoms/Placeholder");
const Divider = styleh_components_1.styled.div`position:relative;margin:0 0.375rem;width:0.125rem;`;
exports.Divider = Divider;
const StyledSquarePlaceholder = styleh_components_1.styled(Placeholder_1.SquarePlaceholder)`margin-right:0.3125rem;&:last-child{margin-right:0;}`;
exports.StyledSquarePlaceholder = StyledSquarePlaceholder;
const FooterCopyright = styleh_components_1.styled.div`display:flex;flex:1;@media (max-width:767px){order:2;width:100%;justify-content:center;}`;
exports.FooterCopyright = FooterCopyright;
const ListOfLinks = styleh_components_1.styled.div`display:flex;flex-direction:row;flex:1;`;
exports.ListOfLinks = ListOfLinks;
const ListWrapper = styleh_components_1.styled.div`margin-right:0.625rem;.header-text{margin-bottom:0.625rem;}`;
exports.ListWrapper = ListWrapper;
const FooterSocialIconWrapper = styleh_components_1.styled.div`display:flex;align-items:center;@media (max-width:767px){flex-direction:column;margin-bottom:1.1375rem;}`;
exports.FooterSocialIconWrapper = FooterSocialIconWrapper;
const FooterSocialIcons = styleh_components_1.styled.div`margin-left:1.53125rem;@media (max-width:767px){margin:0;margin-top:0.5rem;display:flex;}`;
exports.FooterSocialIcons = FooterSocialIcons;
const FooterLogoWrapper = styleh_components_1.styled.div`display:flex;flex-direction:column;justify-content:flex-start;flex:0 0 30%;height:auto;`;
exports.FooterLogoWrapper = FooterLogoWrapper;
const FooterLogo = styleh_components_1.styled.div`width:fit-content;margin-bottom:0;order:1;`;
exports.FooterLogo = FooterLogo;
const FooterMobilePoweredBy = styleh_components_1.styled.div`display:none;@media (max-width:767px){display:inline;flex-direction:column;margin:0;margin-bottom:0.9125rem;}`;
exports.FooterMobilePoweredBy = FooterMobilePoweredBy;
const FooterPoweredByLabel = styleh_components_1.styled.div`order:2;`;
exports.FooterPoweredByLabel = FooterPoweredByLabel;
const FooterPoweredByValue = styleh_components_1.styled.div`order:3;`;
exports.FooterPoweredByValue = FooterPoweredByValue;
const FooterBottomWrapper = styleh_components_1.styled.div`margin-top:1.3125rem;display:flex;align-items:center;@media (max-width:767px){flex-direction:column;margin:0;}`;
exports.FooterBottomWrapper = FooterBottomWrapper;
const FooterTopWrapper = styleh_components_1.styled.div`display:flex;padding-bottom:1.375rem;border-bottom:0.0625rem solid var(--color-pure-white);@media (max-width:767px){display:none;}`;
exports.FooterTopWrapper = FooterTopWrapper;
const FooterContainer = styleh_components_1.styled.div`max-width:75rem;margin:auto;`;
exports.FooterContainer = FooterContainer;
const FooterWrapper = styleh_components_1.styled.div`padding:2.75rem 0.5rem 2rem 0.5rem;@media (max-width:1023px){padding:1.125rem 0.5rem 2rem 0.5rem;}@media (max-width:767px){padding:1.5rem 0.5rem;}`;
exports.FooterWrapper = FooterWrapper;