@chayns-components/core
Version:
A set of beautiful React components for developing your own applications with chayns.
46 lines (41 loc) • 1.59 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.StyledVerificationBadge = void 0;
var _styledComponents = _interopRequireDefault(require("styled-components"));
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
const StyledVerificationBadge = exports.StyledVerificationBadge = _styledComponents.default.span`
@font-face {
font-family: 'Verified-chaynsID';
src:
url(https://api.chayns-static.space/font-vcid/Verified-chaynsID.woff2) format('woff2'),
url(https://api.chayns-static.space/font-vcid/Verified-chaynsID.woff2) format('woff'),
url(https://api.chayns-static.space/font-vcid/Verified-chaynsID.woff2) format('woff'),
url(https://api.chayns-static.space/font-vcid/Verified-chaynsID.ttf) format('truetype'),
url(https://api.chayns-static.space/font-vcid/Verified-chaynsID.svg) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
/*noinspection CssNoGenericFontName*/
font-family: 'Verified-chaynsID' !important;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
font-size: 0.8em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-left: 0.2em;
& > :first-child {
color: #5890ff;
}
& > :nth-child(2),
& > :nth-child(3) {
margin-left: -1em;
color: #fff;
}
`;
//# sourceMappingURL=VerificationBadge.styles.js.map