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.

9 lines (7 loc) 147 B
import styled from 'styled-components'; export const NormaTabInfo = styled.div` position: absolute; right: 0; bottom: 0; height: 38px; `;