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; flex-direction: column;
border-radius: 2px; border-radius: 2px;
width: 25%; width: 30%;
height: 110px; height: 110px;
margin-bottom: 25px; margin-bottom: 25px;

View File

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