Repository URL to install this package:
|
Version:
2.1.16 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const styleh_components_1 = require("styleh-components");
const TextWrapper = styleh_components_1.styled.div``;
exports.TextWrapper = TextWrapper;
const CustomText = styleh_components_1.styled.div`max-width:75rem;text-shadow:rgb(86,76,76) 0px 0px 6px;text-transform:uppercase;color:#FFFFFF;letter-spacing:-0.028125rem;margin:0px auto;font:bold 72px/4.125rem "Roboto Condensed";`;
exports.CustomText = CustomText;