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
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
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
love_飞影
Neos
Commits
189164b7
Commit
189164b7
authored
Jul 25, 2023
by
Chunchi Che
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update button style
parent
6e26962c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
3 deletions
+11
-3
src/ui/Start/index.scss
src/ui/Start/index.scss
+10
-2
src/ui/Start/index.tsx
src/ui/Start/index.tsx
+1
-1
No files found.
src/ui/Start/index.scss
View file @
189164b7
...
@@ -67,10 +67,18 @@ body * {
...
@@ -67,10 +67,18 @@ body * {
z-index
:
2
;
z-index
:
2
;
}
}
.neos-header
p
{
.neos-header
button
{
color
:
white
;
position
:
relative
;
background-color
:
transparent
;
border-style
:
none
;
color
:
rgba
(
255
,
255
,
255
,
.8
);
font-size
:
2
.5em
;
font-size
:
2
.5em
;
font-weight
:
bold
;
font-weight
:
bold
;
text-shadow
:
0
0
0
.5em
#a2162d
,
0
0
0
.5em
#f80000
d6
;
z-index
:
2
;
}
.neos-header
button
:hover
{
text-shadow
:
0
0
0
.5em
#2137bd
,
0
0
0
.5em
#2137bd
;
text-shadow
:
0
0
0
.5em
#2137bd
,
0
0
0
.5em
#2137bd
;
}
}
...
...
src/ui/Start/index.tsx
View file @
189164b7
...
@@ -28,7 +28,7 @@ const Start: React.FC = () => (
...
@@ -28,7 +28,7 @@ const Start: React.FC = () => (
alt=
"YGO NEOS"
alt=
"YGO NEOS"
/>
/>
</
h1
>
</
h1
>
<
p
>
PLAY NOW!
</
p
>
<
button
>
PLAY NOW!
</
button
>
</
div
>
</
div
>
</
div
>
</
div
>
</
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