joseCorte-exe ed10b5d050 add charts
2022-05-17 13:52:44 -03:00

28 lines
410 B
TypeScript

import styled from "styled-components";
export const GrossSavingsView = styled.main`
display: flex;
flex-direction: column;
width: 100%;
span {
color: #969BA0;
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 24px;
}
section {
display: flex;
justify-content: center;
align-items: center;
canvas {
}
}
`