Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
feat(lsg): remove left section from splash screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexpeschel authored and lkuechler committed Dec 20, 2017
1 parent b559d1b commit 224fa86
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/lsg/patterns/splash-screen/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,9 @@ const StyledLeftSection = styled.div`
flex-basis: 45%;
`;

const StyledRightSection = styled.div`
flex-basis: 55%;
background: grey;
`;

const SplashScreen: React.StatelessComponent<{}> = props => (
<StyledSplashScreen>
<StyledLeftSection>{props.children}</StyledLeftSection>
<StyledRightSection />
</StyledSplashScreen>
);

Expand Down

0 comments on commit 224fa86

Please sign in to comment.