2022-05-12 14:13:18 -03:00

19 lines
285 B
TypeScript

import styled from "styled-components";
export const CostIndicatorView = styled.main`
display: flex;
flex-direction: column;
width: 100%;
section {
display: flex;
justify-content: center;
align-items: center;
canvas {
margin: 160px 0 0 0;
}
}
`