remove beta tag and fix copyright year

parent 40ac230a
...@@ -25,6 +25,7 @@ export default class Login extends React.Component { ...@@ -25,6 +25,7 @@ export default class Login extends React.Component {
this.submit = this.submit.bind(this); this.submit = this.submit.bind(this);
this.onUserChange = this.onUserChange.bind(this); this.onUserChange = this.onUserChange.bind(this);
this.currentYear = new Date().getFullYear();
this.state = { this.state = {
user: null user: null
...@@ -145,7 +146,7 @@ export default class Login extends React.Component { ...@@ -145,7 +146,7 @@ export default class Login extends React.Component {
<div className='col-md-12 text-center'> <div className='col-md-12 text-center'>
{'ZBox Manager : Administra tu Correo en la nube, seguro y facil de usar'} {'ZBox Manager : Administra tu Correo en la nube, seguro y facil de usar'}
<br/> <br/>
{'Copyright © 2016 ZBox Spa. Todos los derechos reservados'} {`Copyright © 2016 - ${this.currentYear} ZBox Spa. Todos los derechos reservados`}
</div> </div>
</div> </div>
</div> </div>
......
...@@ -19,24 +19,24 @@ body { ...@@ -19,24 +19,24 @@ body {
margin: 0; margin: 0;
padding: 0; padding: 0;
&::after { // &::after {
background: $bg-beta; // background: $bg-beta;
color: $white; // color: $white;
content: 'Beta'; // content: 'Beta';
font-family: sans-serif; // font-family: sans-serif;
font-size: 13px; // font-size: 13px;
font-weight: bold; // font-weight: bold;
height: 25px; // height: 25px;
left: -20px; // left: -20px;
line-height: 27px; // line-height: 27px;
position: fixed; // position: fixed;
text-align: center; // text-align: center;
text-shadow: 0 3px 1px $black; // text-shadow: 0 3px 1px $black;
text-transform: uppercase; // text-transform: uppercase;
top: 7px; // top: 7px;
transform: rotate(-45deg); // transform: rotate(-45deg);
width: 80px; // width: 80px;
} // }
} }
#header { #header {
......
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