@stokr/components-library
Version:
STOKR - Components Library
32 lines (31 loc) • 1.74 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.Value = exports.Title = exports.Head = exports.Equal = exports.Container = exports.Body = void 0;
var _styledComponents = _interopRequireDefault(require("styled-components"));
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
const Container = exports.Container = _styledComponents.default.div.withConfig({
displayName: "AccountBalancestyles__Container",
componentId: "sc-8f1jyi-0"
})(["position:relative;margin-right:-20px;", ""], props => props.right && "\n text-align: right;\n ");
const Head = exports.Head = _styledComponents.default.div.withConfig({
displayName: "AccountBalancestyles__Head",
componentId: "sc-8f1jyi-1"
})(["position:relative;margin-bottom:4px;"]);
const Body = exports.Body = _styledComponents.default.div.withConfig({
displayName: "AccountBalancestyles__Body",
componentId: "sc-8f1jyi-2"
})(["position:relative;"]);
const Title = exports.Title = _styledComponents.default.div.withConfig({
displayName: "AccountBalancestyles__Title",
componentId: "sc-8f1jyi-3"
})(["font-weight:bold;font-size:11px;line-height:24px;letter-spacing:2.04px;text-transform:uppercase;"]);
const Value = exports.Value = _styledComponents.default.div.withConfig({
displayName: "AccountBalancestyles__Value",
componentId: "sc-8f1jyi-4"
})(["position:relative;font-weight:300;font-size:22px;line-height:28px;letter-spacing:0.8px;"]);
const Equal = exports.Equal = _styledComponents.default.div.withConfig({
displayName: "AccountBalancestyles__Equal",
componentId: "sc-8f1jyi-5"
})(["position:relative;line-height:16px;letter-spacing:0.4px;font-size:11px;font-style:italic;margin-top:8px;"]);