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"}}
\ 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