Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
apollo
Project
Overview
Details
Activity
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
openSource
apollo
Commits
d3cd6939
Commit
d3cd6939
authored
Jun 23, 2018
by
nobodyiam
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove animation for login page
parent
3c93d164
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
26 deletions
+0
-26
login.html
apollo-portal/src/main/resources/static/login.html
+0
-26
No files found.
apollo-portal/src/main/resources/static/login.html
View file @
d3cd6939
...
...
@@ -22,32 +22,6 @@
background
:
-webkit-linear-gradient
(
left
,
#22d686
,
#24d3d3
,
#22d686
,
#24d3d3
);
background
:
linear-gradient
(
to
right
,
#22d686
,
#24d3d3
,
#22d686
,
#24d3d3
);
background-size
:
600%
100%
;
-webkit-animation
:
HeroBG
20s
ease
infinite
;
animation
:
HeroBG
20s
ease
infinite
;
}
@-webkit-keyframes
HeroBG
{
0
%
{
background-position
:
0
0
;
}
50
%
{
background-position
:
100%
0
;
}
100
%
{
background-position
:
0
0
;
}
}
@keyframes
HeroBG
{
0
%
{
background-position
:
0
0
;
}
50
%
{
background-position
:
100%
0
;
}
100
%
{
background-position
:
0
0
;
}
}
.panel
{
...
...
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