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 HeadingSection = styleh_components_1.styled.div`@media (max-width:767px){margin-bottom:0.5rem;margin-left:0.5rem;}`;
exports.HeadingSection = HeadingSection;
const StyledAvailableCredit = styleh_components_1.styled.div`display:flex;@media (max-width:767px){margin-left:0.5rem;}`;
exports.StyledAvailableCredit = StyledAvailableCredit;
const Wrapper = styleh_components_1.styled.header`display:flex;justify-content:space-between;align-items:center;height:4.0625rem;margin:0.5rem 0rem 0rem 0rem;background:var(--color-pure-white);@media (max-width:767px){flex-direction:column;align-items:flex-start;height:5.875rem;margin:0rem 0rem 0.5rem 0rem;justify-content:center;}`;
exports.Wrapper = Wrapper;