Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
LuckySwap
interface
Commits
dadc9973
Unverified
Commit
dadc9973
authored
Sep 15, 2022
by
Jack Short
Committed by
GitHub
Sep 15, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: updating sprinkles z indices (#4641)
chore: updating sprinkles zindices
parent
b90d6b5a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
3 deletions
+16
-3
Explore.css.ts
src/nft/components/explore/Explore.css.ts
+0
-2
sprinkles.css.ts
src/nft/css/sprinkles.css.ts
+16
-1
No files found.
src/nft/components/explore/Explore.css.ts
View file @
dadc9973
...
@@ -35,7 +35,6 @@ export const bannerOverlay = style([
...
@@ -35,7 +35,6 @@ export const bannerOverlay = style([
},
},
sprinkles
({
sprinkles
({
position
:
'
absolute
'
,
position
:
'
absolute
'
,
zIndex
:
'
0
'
,
width
:
'
full
'
,
width
:
'
full
'
,
backgroundColor
:
'
grey900
'
,
backgroundColor
:
'
grey900
'
,
left
:
'
0
'
,
left
:
'
0
'
,
...
@@ -140,7 +139,6 @@ export const valuePropOverlay = style([
...
@@ -140,7 +139,6 @@ export const valuePropOverlay = style([
},
},
sprinkles
({
sprinkles
({
position
:
'
absolute
'
,
position
:
'
absolute
'
,
zIndex
:
'
0
'
,
width
:
'
full
'
,
width
:
'
full
'
,
backgroundColor
:
'
grey900
'
,
backgroundColor
:
'
grey900
'
,
left
:
'
0
'
,
left
:
'
0
'
,
...
...
src/nft/css/sprinkles.css.ts
View file @
dadc9973
...
@@ -128,6 +128,21 @@ const spacing = {
...
@@ -128,6 +128,21 @@ const spacing = {
unset
:
'
unset
'
,
unset
:
'
unset
'
,
}
}
const
zIndices
=
{
auto
:
'
auto
'
,
'
1
'
:
'
1
'
,
'
2
'
:
'
2
'
,
'
3
'
:
'
3
'
,
dropdown
:
'
1000
'
,
sticky
:
'
1020
'
,
fixed
:
'
1030
'
,
modalBackdrop
:
'
1040
'
,
offcanvas
:
'
1050
'
,
modal
:
'
1060
'
,
popover
:
'
1070
'
,
tooltip
:
'
1080
'
,
}
export
const
vars
=
createGlobalTheme
(
'
:root
'
,
{
export
const
vars
=
createGlobalTheme
(
'
:root
'
,
{
color
:
{
color
:
{
...
themeVars
.
colors
,
...
themeVars
.
colors
,
...
@@ -296,7 +311,7 @@ const layoutStyles = defineProperties({
...
@@ -296,7 +311,7 @@ const layoutStyles = defineProperties({
right
:
spacing
,
right
:
spacing
,
top
:
spacing
,
top
:
spacing
,
margin
:
spacing
,
margin
:
spacing
,
zIndex
:
[
'
auto
'
,
'
0
'
,
'
1
'
,
'
2
'
,
'
3
'
]
,
zIndex
:
zIndices
,
gap
:
spacing
,
gap
:
spacing
,
flexShrink
:
spacing
,
flexShrink
:
spacing
,
flex
:
[
'
1
'
,
'
2
'
,
'
3
'
],
flex
:
[
'
1
'
,
'
2
'
,
'
3
'
],
...
...
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