UNPKG

norma-library

Version:

Olos/Norma-DS. Design System based on Material UI, developed with TypeScript and Styled Components to create reusable and consistent components in web applications.

8 lines 1.33 kB
import { __makeTemplateObject } from "tslib"; import styled from "styled-components"; export var Container = styled.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n margin: 0 0 16px 0;\n"], ["\n margin: 0 0 16px 0;\n"]))); export var ListItems = styled.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n display: flex;\n gap: 8px;\n .content {\n display: flex;\n gap: 8px;\n align-items: center;\n }\n"], ["\n display: flex;\n gap: 8px;\n .content {\n display: flex;\n gap: 8px;\n align-items: center;\n }\n"]))); export var Item = styled.p(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n color: #666;\n font-size: 14px;\n cursor: pointer;\n &:hover {\n text-decoration: underline;\n }\n"], ["\n color: #666;\n font-size: 14px;\n cursor: pointer;\n &:hover {\n text-decoration: underline;\n }\n"]))); export var Divisor = styled.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n display: flex;\n align-items: center;\n justify-content: center;\n color: #666;\n content: '/';\n"], ["\n display: flex;\n align-items: center;\n justify-content: center;\n color: #666;\n content: '/';\n"]))); var templateObject_1, templateObject_2, templateObject_3, templateObject_4; //# sourceMappingURL=styles.js.map