Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arsnova-lite
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
24
Issues
24
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
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
ARSnova
arsnova-lite
Commits
d2446254
Commit
d2446254
authored
Sep 25, 2019
by
Lukas Mauß
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Center home-view vertically
parent
a0e43e5e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
home-page.component.html
src/app/components/home/home-page/home-page.component.html
+1
-1
home-page.component.scss
src/app/components/home/home-page/home-page.component.scss
+4
-0
No files found.
src/app/components/home/home-page/home-page.component.html
View file @
d2446254
<div
fxLayout=
"column"
fxLayoutAlign=
"center"
fxLayoutGap=
"20px"
fxFill
>
<div
fxLayout=
"column"
fxLayoutAlign=
"center"
fxLayoutGap=
"20px"
fxFill
class=
"home"
>
<div
fxLayout=
"row"
fxLayoutAlign=
"center"
>
<h1>
<span
class=
"main-heading-secondary"
aria-hidden=
"true"
>
{{ 'login.welcome' | translate }}
</span>
...
...
src/app/components/home/home-page/home-page.component.scss
View file @
d2446254
...
...
@@ -24,6 +24,10 @@
animation
:
moveInRight
1s
ease-out
;
}
.home
{
margin-top
:
20%
;
}
@keyframes
moveInLeft
{
0
%
{
opacity
:
0
;
...
...
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