mirror of
https://github.com/opensupports/opensupports.git
synced 2025-07-27 07:44:29 +02:00
[Ivan Diaz] - Center login widget
This commit is contained in:
parent
4104304a59
commit
c25fb16ae2
@ -8,7 +8,7 @@ import Button from 'core-components/button';
|
|||||||
var MainHomePageLoginWidget = React.createClass({
|
var MainHomePageLoginWidget = React.createClass({
|
||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<Widget>
|
<Widget className="main-home-page--widget">
|
||||||
<h3>Login</h3>
|
<h3>Login</h3>
|
||||||
<Form>
|
<Form>
|
||||||
<div>
|
<div>
|
||||||
|
@ -1,4 +1,10 @@
|
|||||||
.main-home-page {
|
.main-home-page {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
min-height: 400px;
|
min-height: 400px;
|
||||||
|
|
||||||
|
&--widget {
|
||||||
|
display: inline-block;
|
||||||
|
margin: 35px auto 0;
|
||||||
|
height: 327px;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user