Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
Neos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
Neos
Commits
6e26962c
Commit
6e26962c
authored
Jul 25, 2023
by
Chunchi Che
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update monster png and styles
parent
ea3f1be9
Pipeline
#22782
passed with stages
in 14 minutes and 59 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
17 deletions
+9
-17
neos-assets/monster.png
neos-assets/monster.png
+0
-0
src/ui/Start/index.scss
src/ui/Start/index.scss
+6
-14
src/ui/Start/index.tsx
src/ui/Start/index.tsx
+3
-3
No files found.
neos-assets/monster.png
View replaced file @
ea3f1be9
View file @
6e26962c
513 KB
|
W:
|
H:
444 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/ui/Start/index.scss
View file @
6e26962c
...
...
@@ -39,24 +39,17 @@ body * {
z-index
:
20
;
}
header
.main
{
.neos-header
{
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
z-index
:
20
;
padding
:
22em
0
4em
;
}
header
.main.top
{
padding
:
22em
0
4em
;
position
:
relative
;
}
header
.
main
.
top
.
mon1
:
:
after
{
.
neos-header
:
:
after
{
background-image
:
url(/neos-assets/monster.png)
;
background-position
:
center
-50px
;
}
header
.
main
.
top
:
:
after
{
content
:
""
;
position
:
absolute
;
width
:
100%
;
...
...
@@ -64,19 +57,18 @@ header.main.top::after {
left
:
0
;
top
:
0
;
background-repeat
:
no-repeat
;
// opacity: 0;
z-index
:
1
;
animation
:
mainvisual
.1s
ease-in-out
.5s
1
normal
forwards
;
}
header
.main.top
h1
{
.neos-header
h1
{
margin-bottom
:
1em
;
padding
:
0
1
.5em
;
position
:
relative
;
z-index
:
2
;
}
header
.main.top
.header-main
p
{
.neos-header
p
{
color
:
white
;
font-size
:
2
.5em
;
font-weight
:
bold
;
text-shadow
:
0
0
0
.5em
#2137bd
,
0
0
0
.5em
#2137bd
;
...
...
src/ui/Start/index.tsx
View file @
6e26962c
...
...
@@ -18,8 +18,8 @@ const Start: React.FC = () => (
</
a
>
</
div
>
<
div
className=
"wrapper"
>
<
header
role=
"banner"
className=
"main top mon1
"
>
<
div
className=
"header-main"
>
<
div
role=
"banner"
className=
"neos-header
"
>
<
div
>
<
h1
>
<
img
src=
{
`${NeosConfig.assetsPath}/neos_logo.png`
}
...
...
@@ -30,7 +30,7 @@ const Start: React.FC = () => (
</
h1
>
<
p
>
PLAY NOW!
</
p
>
</
div
>
</
header
>
</
div
>
</
div
>
</>
);
...
...
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