Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zimbra-admin-api-js
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Public
zimbra-admin-api-js
Commits
97d4775c
Unverified
Commit
97d4775c
authored
Jun 20, 2018
by
Juorder Gonzalez
Committed by
GitHub
Jun 20, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #296 from ZBoxApp/remove-beta-tag-fix-copyright-footer
remove beta tag and fix copyright year
parents
c32b9a57
8d7185f8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
19 deletions
+20
-19
login.jsx
src/components/login/login.jsx
+2
-1
_layout.scss
src/sass/layout/_layout.scss
+18
-18
No files found.
src/components/login/login.jsx
View file @
97d4775c
...
...
@@ -25,6 +25,7 @@ export default class Login extends React.Component {
this
.
submit
=
this
.
submit
.
bind
(
this
);
this
.
onUserChange
=
this
.
onUserChange
.
bind
(
this
);
this
.
currentYear
=
new
Date
().
getFullYear
();
this
.
state
=
{
user
:
null
...
...
@@ -145,7 +146,7 @@ export default class Login extends React.Component {
<
div
className=
'col-md-12 text-center'
>
{
'ZBox Manager : Administra tu Correo en la nube, seguro y facil de usar'
}
<
br
/>
{
'Copyright © 2016 ZBox Spa. Todos los derechos reservados'
}
{
`Copyright © 2016 - ${this.currentYear} ZBox Spa. Todos los derechos reservados`
}
</
div
>
</
div
>
</
div
>
...
...
src/sass/layout/_layout.scss
View file @
97d4775c
...
...
@@ -19,24 +19,24 @@ body {
margin
:
0
;
padding
:
0
;
&
:
:
after
{
background
:
$bg-beta
;
color
:
$white
;
content
:
'Beta'
;
font-family
:
sans-serif
;
font-size
:
13px
;
font-weight
:
bold
;
height
:
25px
;
left
:
-20px
;
line-height
:
27px
;
position
:
fixed
;
text-align
:
center
;
text-shadow
:
0
3px
1px
$black
;
text-transform
:
uppercase
;
top
:
7px
;
transform
:
rotate
(
-45deg
);
width
:
80px
;
}
//
&::after {
//
background: $bg-beta;
//
color: $white;
//
content: 'Beta';
//
font-family: sans-serif;
//
font-size: 13px;
//
font-weight: bold;
//
height: 25px;
//
left: -20px;
//
line-height: 27px;
//
position: fixed;
//
text-align: center;
//
text-shadow: 0 3px 1px $black;
//
text-transform: uppercase;
//
top: 7px;
//
transform: rotate(-45deg);
//
width: 80px;
//
}
}
#header
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment