2022-07-20 17:07:49 -03:00

28 lines
387 B
TypeScript

import styled from "styled-components"
export const CativoXLivreChartView = styled.div`
width: 90%;
div{
/* margin-top: 10px; */
}
@media (max-width: 900px) {
min-width: 20rem
}
`
export const ChartTitleView = styled.div`
display: flex;
justify-content: center;
align-items: center;
margin-top: 30px;
flex-direction: column;
* {
margin: 0;
}
`