Skip to content

Commit

Permalink
Añadidos márgenes a varios componentes
Browse files Browse the repository at this point in the history
  • Loading branch information
CANCI0 committed Apr 1, 2024
1 parent 5846d72 commit 798844f
Show file tree
Hide file tree
Showing 16 changed files with 117 additions and 545 deletions.
4 changes: 0 additions & 4 deletions webapp/src/components/Footer/Footer.css

This file was deleted.

19 changes: 0 additions & 19 deletions webapp/src/components/Login/Login.css

This file was deleted.

6 changes: 4 additions & 2 deletions webapp/src/components/Login/Login.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ const Login = () => {

return (
<>
<Flex alignItems="center" justifyContent="space-between" mt={4}>
<Spacer flex={0}/>
<Flex alignItems="center" justifyContent="space-between" mt={4} w="100%">
<Box pr={5}>

</Box>
<Heading pl={6} as="h1" size="xl" color="teal.500">
WIQ
</Heading>
Expand Down
42 changes: 0 additions & 42 deletions webapp/src/components/Nav/Nav.css

This file was deleted.

15 changes: 0 additions & 15 deletions webapp/src/components/Register/Register.css

This file was deleted.

6 changes: 4 additions & 2 deletions webapp/src/components/Register/Register.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ const AddUser = () => {

return (
<>
<Flex alignItems="center" justifyContent="space-between" mt={4}>
<Spacer flex={0}/>
<Flex alignItems="center" justifyContent="space-between" mt={4} w="100%">
<Box pr={5}>

</Box>
<Heading pl={6} as="h1" size="xl" color="teal.500">
WIQ
</Heading>
Expand Down
85 changes: 0 additions & 85 deletions webapp/src/pages/Bateria/Bateria.css

This file was deleted.

139 changes: 0 additions & 139 deletions webapp/src/pages/Clasico/Clasico.css

This file was deleted.

22 changes: 0 additions & 22 deletions webapp/src/pages/Config/Config.css

This file was deleted.

Loading

0 comments on commit 798844f

Please sign in to comment.