Commit a2fdc008 authored by Elias Nahum's avatar Elias Nahum Committed by Juorder Antonio

fix style to center login container and fix layout app when is logged in.

parent b157a99a
module.exports = {"main":{"js":"/459212bundle.js"}}
\ No newline at end of file
module.exports = {"main":{"js":"/222612bundle.js"}}
\ No newline at end of file
......@@ -8,7 +8,7 @@ import React from 'react';
export default class NotLoggedIn extends React.Component {
componentDidMount() {
$('body').addClass('sticky');
$('#root').addClass('container-fluid');
$('#root').addClass('container-fluid container-fluid-login');
}
componentWillUnmount() {
$('body').attr('class', '');
......
......@@ -44,6 +44,11 @@ body {
height: inherit;
> div {
height: inherit;
}
.login-container {
height: auto;
position: relative;
top: 50%;
transform: translateY(-50%);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment