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.

17 lines (15 loc) 383 B
import styled from 'styled-components' export const StyledCard = styled.div` padding: 16px; border-radius: 4px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); ` export const StyledCardHeader = styled.div` display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; font-weight: bold; border-bottom: 1px solid #ccc; padding-bottom: 8px; `