Skip to content

Commit

Permalink
Remove redundant styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddasol committed Nov 29, 2024
1 parent 5132ac6 commit fd0aa93
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ import { Icons } from 'utils/icons'

const StyledRobotCard = styled.div`
display: flex;
align-self: stretch;
@media (min-width: 960px) {
width: 446px;
padding: 16px;
align-items: center;
align-self: stretch;
gap: 16px;
border-right: 1px solid ${tokens.colors.ui.background__medium.hex};
}
Expand All @@ -31,7 +31,6 @@ const StyledRobotCard = styled.div`
justify-content: center;
align-items: flex-start;
gap: 8px;
align-self: stretch;
border-bottom: 1px solid ${tokens.colors.ui.background__medium.hex};
}
`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ const StyledTypography = styled(Typography)`
line-height: 40px; /* 125% */
@media (max-width: 500px) {
font-family: Equinor;
font-size: 24px;
font-style: normal;
}
`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ const StyledTypography = styled(Typography)`
line-height: 35px;
@media (max-width: 500px) {
font-family: Equinor;
font-size: 24px;
font-style: normal;
line-height: 30px;
}
Expand Down
1 change: 0 additions & 1 deletion frontend/src/components/Pages/RobotPage/RobotPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ const StatusContent = styled.div`
justify-content: flex-end;
gap: 2rem;
@media (max-width: 600px) {
flex-direction: column;
align-items: flex-start;
}
`
Expand Down

0 comments on commit fd0aa93

Please sign in to comment.