Commit d2667262 authored by Juorder Gonzalez's avatar Juorder Gonzalez

Merge pull request #139 from ZBoxApp/issues_resolved_manager

fix style to center login container and fix layout app when is logged…
parents b157a99a a2fdc008
module.exports = {"main":{"js":"/459212bundle.js"}} module.exports = {"main":{"js":"/222612bundle.js"}}
\ No newline at end of file \ No newline at end of file
...@@ -8,7 +8,7 @@ import React from 'react'; ...@@ -8,7 +8,7 @@ import React from 'react';
export default class NotLoggedIn extends React.Component { export default class NotLoggedIn extends React.Component {
componentDidMount() { componentDidMount() {
$('body').addClass('sticky'); $('body').addClass('sticky');
$('#root').addClass('container-fluid'); $('#root').addClass('container-fluid container-fluid-login');
} }
componentWillUnmount() { componentWillUnmount() {
$('body').attr('class', ''); $('body').attr('class', '');
......
...@@ -44,6 +44,11 @@ body { ...@@ -44,6 +44,11 @@ body {
height: inherit; height: inherit;
> div { > div {
height: inherit;
}
.login-container {
height: auto;
position: relative; position: relative;
top: 50%; top: 50%;
transform: translateY(-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