Repository URL to install this package:
|
Version:
2.1.3 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const styleh_components_1 = require("styleh-components");
const Text_1 = require("@skava/ui/dist/components/atoms/Text");
const UserLabel = styleh_components_1.styled.withComponent(Text_1.H2)`font-size:1.25rem;color:var(--color-black);text-transform:capitalize;margin:0;@media (max-width:1023px){margin-bottom:0.5rem;}`;
exports.UserLabel = UserLabel;
const HeaderWrapper = styleh_components_1.styled.div`position:relative;width:100%;background:var(--color-pure-white);margin-bottom:0.5rem;padding:1rem;@media (max-width:767px){padding:1rem 0.5rem;}`;
exports.HeaderWrapper = HeaderWrapper;
const Wrapper = styleh_components_1.styled.section``;
exports.Wrapper = Wrapper;