Merge pull request 'shelby' (#23) from shelby into feature/all
Reviewed-on: #23
This commit is contained in:
commit
2b02184041
1 changed files with 3 additions and 3 deletions
|
|
@ -624,7 +624,8 @@
|
|||
height: 500px;
|
||||
color: white;
|
||||
text-align: center;
|
||||
overflow: auto;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 20px;
|
||||
|
|
@ -643,6 +644,7 @@
|
|||
transform: translateY(-2px);
|
||||
/* Léger lift au hover */
|
||||
border: 2px solid rgba(212, 175, 55, 0.6);
|
||||
background: var(--card-gradient) !important;
|
||||
}
|
||||
|
||||
.weapon-card:before,
|
||||
|
|
@ -673,8 +675,6 @@
|
|||
|
||||
.weapon-card:hover:before,
|
||||
.diplomes-card:hover:before {
|
||||
background:
|
||||
var(--card-gradient);
|
||||
animation: metalShine 2s ease-in-out infinite alternate;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue