Skip to content

Commit

Permalink
Smaller styling improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
linuspahl committed Nov 25, 2022
1 parent d3fd98f commit ed34474
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion graylog2-web-interface/src/components/login/LoginBox.tsx
Expand Up @@ -24,7 +24,7 @@ const Wrapper = styled.div(({ theme }) => css`
justify-content: center;
align-items: center;
width: 33%;
padding: 2%;
padding: 30px;
`);

const Container = styled.div`
Expand Down
Expand Up @@ -42,6 +42,7 @@ const BackgroundText = styled.div`
justify-content: center;
height: 100%;
width: 100%;
padding: 0 30px;
`;

const BackgroundImage = styled.img`
Expand Down Expand Up @@ -69,7 +70,6 @@ const TextContainer = styled.div`
justify-self: center;
align-self: center;
height: auto;
width: 50%;
`;

const WelcomeMessage = styled.strong(({ theme }) => css`
Expand Down

0 comments on commit ed34474

Please sign in to comment.