UNPKG

@coinmeca/ui

Version:

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

21 lines (20 loc) 500 B
import { styled } from 'styled-components'; const Style = styled.div ` width: 100%; height: 100%; #tv-attr-logo{ display:none!important; } /* & > *, & table, & canvas { width: 100% !important; height: 100% !important; min-width: 100% !important; max-width: 100% !important; min-height: 100% !important; max-height: 100% !important; } */ `; export default Style; //# sourceMappingURL=Chart.styled.jsx.map