UNPKG

design-system-govbr-rnp

Version:

## Padrão Digital de Governo - React Biblioteca de componentes React que implementa o [Padrão Visual digital do governo](https://www.gov.br/ds/). O objetivo da biblioteca é facilitar a implementação e promover a padronização das interfaces de sistemas do

17 lines (16 loc) 1.38 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WrapperMenu = exports.StyledTitle = exports.StyledSubTitle = void 0; var _styledComponents = _interopRequireDefault(require("styled-components")); var _Typography = _interopRequireDefault(require("../../utilities/Typography/Typography")); var _templateObject, _templateObject2, _templateObject3; function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); } var WrapperMenu = _styledComponents.default.div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n border-left: 1px solid var(--gray-20);\n"]))); exports.WrapperMenu = WrapperMenu; var StyledTitle = (0, _styledComponents.default)(_Typography.default)(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n font-size: var(--font-size-scale-up-02);\n margin: 0;\n font-weight: bold;\n padding: 0;\n"]))); exports.StyledTitle = StyledTitle; var StyledSubTitle = (0, _styledComponents.default)(_Typography.default)(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n font-size: var(--font-size-scale-base);\n margin: 0;\n"]))); exports.StyledSubTitle = StyledSubTitle;