start styled log in migration
This commit is contained in:
parent
05062286fd
commit
a818be5766
|
@ -5,6 +5,21 @@ import Login from './Login';
|
||||||
import Footer from './Footer';
|
import Footer from './Footer';
|
||||||
|
|
||||||
import '../login_reg.css';
|
import '../login_reg.css';
|
||||||
|
const BaseApp = styled.div`
|
||||||
|
display: flex;
|
||||||
|
color: white;
|
||||||
|
height:100vh;
|
||||||
|
|
||||||
|
|
||||||
|
`;
|
||||||
|
const AppSide = styled.div`
|
||||||
|
width: 50%;
|
||||||
|
background-color: #66bfbf;
|
||||||
|
display:flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: flex-end;
|
||||||
|
|
||||||
|
`;
|
||||||
|
|
||||||
const LogInContainer = (props) => {
|
const LogInContainer = (props) => {
|
||||||
return (
|
return (
|
||||||
|
|
|
@ -6,12 +6,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.Apper__Aside {
|
.Apper__Aside {
|
||||||
width: 50%;
|
|
||||||
background-color: #66bfbf;
|
|
||||||
display:flex;
|
|
||||||
flex-direction: column;
|
|
||||||
justify-content: flex-end;
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue