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.
6 lines • 930 B
JavaScript
import { __makeTemplateObject } from "tslib";
import styled from 'styled-components';
export var StyledCard = styled.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n padding: 16px;\n border-radius: 4px;\n box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n"], ["\n padding: 16px;\n border-radius: 4px;\n box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n"])));
export var StyledCardHeader = styled.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n display: flex;\n justify-content: space-between;\n align-items: center;\n margin-bottom: 16px;\n font-weight: bold;\n border-bottom: 1px solid #ccc;\n padding-bottom: 8px;\n"], ["\n display: flex;\n justify-content: space-between;\n align-items: center;\n margin-bottom: 16px;\n font-weight: bold;\n border-bottom: 1px solid #ccc;\n padding-bottom: 8px;\n"])));
var templateObject_1, templateObject_2;
//# sourceMappingURL=styles.js.map