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
de732766
Commit
de732766
authored
Aug 04, 2023
by
timel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: styles small
parent
52602516
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
4 deletions
+16
-4
neos-assets/background-grid.webp
neos-assets/background-grid.webp
+0
-0
neos-assets/noise-light.png
neos-assets/noise-light.png
+0
-0
src/ui/BuildDeck/index.tsx
src/ui/BuildDeck/index.tsx
+1
-1
src/ui/Shared/Background/index.module.scss
src/ui/Shared/Background/index.module.scss
+13
-1
src/ui/Start/index.module.scss
src/ui/Start/index.module.scss
+2
-2
No files found.
neos-assets/background-grid.webp
deleted
100644 → 0
View file @
52602516
File deleted
neos-assets/noise-light.png
0 → 100644
View file @
de732766
32.6 KB
src/ui/BuildDeck/index.tsx
View file @
de732766
...
...
@@ -25,7 +25,7 @@ const theme: ThemeConfig = {
export
const
Component
:
React
.
FC
=
()
=>
{
return
(
<
ConfigProvider
theme=
{
theme
}
>
<
Background
style=
{
{
backgroundImage
:
"
initial
"
}
}
/>
<
Background
/>
<
div
className=
{
styles
.
layout
}
style=
{
{
width
:
"
100%
"
}
}
>
<
div
className=
{
styles
.
sider
}
>
<
div
className=
{
styles
[
"
deck-select-container
"
]
}
>
...
...
src/ui/Shared/Background/index.module.scss
View file @
de732766
...
...
@@ -7,11 +7,21 @@
overflow
:
hidden
;
width
:
100%
;
background-color
:
#010514
;
background-image
:
url("/neos-assets/background-grid.webp")
;
z-index
:
-1
;
display
:
flex
;
justify-content
:
center
;
// align-items: center;
&
:
:
before
{
content
:
""
;
position
:
absolute
;
left
:
0
;
top
:
0
;
height
:
100%
;
max-height
:
100%
;
width
:
100%
;
background-image
:
url("/neos-assets/noise-light.png")
;
opacity
:
0
.3
;
}
}
.inner
{
...
...
@@ -19,5 +29,7 @@
width
:
60vw
;
height
:
100vh
;
background
:
radial-gradient
(
#00814f
,
#1c0161
);
background-size
:
contain
;
background-repeat
:
repeat
;
filter
:
blur
(
502px
);
}
src/ui/Start/index.module.scss
View file @
de732766
...
...
@@ -8,7 +8,7 @@
height
:
650px
;
width
:
650px
;
margin
:
auto
;
margin-top
:
50px
;
// FIXME
margin-top
:
50px
;
position
:
relative
;
.neos-pic
{
max-width
:
100%
;
...
...
@@ -19,7 +19,7 @@
filter
:
drop-shadow
(
0
0
2rem
#ffffff
bc
);
position
:
absolute
;
top
:
50%
;
width
:
10
0%
;
width
:
9
0%
;
height
:
fit-content
;
left
:
52%
;
transform
:
translateX
(
-50%
);
...
...
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