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
baichixing
Neos
Commits
7a9e9f0c
Commit
7a9e9f0c
authored
Aug 23, 2023
by
timel
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix/small' into 'main'
fix: small See merge request
!287
parents
ac2b7630
2bb3e56c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
8 deletions
+3
-8
src/ui/BuildDeck/CardDetail.module.scss
src/ui/BuildDeck/CardDetail.module.scss
+3
-8
No files found.
src/ui/BuildDeck/CardDetail.module.scss
View file @
7a9e9f0c
...
@@ -45,19 +45,14 @@
...
@@ -45,19 +45,14 @@
width
:
var
(
--
width
);
width
:
var
(
--
width
);
height
:
calc
(
var
(
--
width
)
/
var
(
--
card-ratio
));
height
:
calc
(
var
(
--
width
)
/
var
(
--
card-ratio
));
flex-shrink
:
0
;
flex-shrink
:
0
;
border
-radius
:
4px
;
border
:
1px
solid
#ffffff
52
;
overflow
:
hidden
;
overflow
:
hidden
;
box-shadow
:
box-shadow
:
0
0
6px
2px
#ffffff
2b
;
0
0px
0px
-15px
#5a627a
,
0
0px
5px
-30px
#41485f
;
transition
:
0
.3s
;
transition
:
0
.3s
;
cursor
:
pointer
;
cursor
:
pointer
;
&
:hover
{
&
:hover
{
--width
:
2
0
0px
;
--width
:
2
2
0px
;
filter
:
contrast
(
1
.1
);
filter
:
contrast
(
1
.1
);
box-shadow
:
25px
0px
2px
-15px
#5a627a
,
50px
0px
5px
-30px
#41485f
;
}
}
}
}
...
...
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