pulling changes

This commit is contained in:
joseCorte-exe 2022-05-18 11:20:29 -03:00
commit fab77f9ffd
2 changed files with 6 additions and 5 deletions

View File

@ -8,7 +8,7 @@ export const GradientButtonView = styled.button`
flex-direction: column;
border-radius: 2px;
width: 25%;
width: 30%;
height: 110px;
margin-bottom: 25px;

View File

@ -31,17 +31,18 @@ export const TelemetriaView = styled.main`
.paragraph{
color: #22d1f0;
text-align: center;
margin-top: 20px;
margin-top: 60px;
}
`;
export const Buttons = styled.div`
display: flex;
min-width: 10rem;
min-width: 14rem;
cursor: pointer;
margin-top: 5rem;
padding: 1px 60px;
justify-content: space-around;
padding-left: 100px;
padding-right: 100px;
justify-content: space-evenly;
flex-direction: row;
height: 6rem;
`;