mirror of
https://github.com/exane/not-gwent-online
synced 2024-10-31 10:36:53 +00:00
minor styling
This commit is contained in:
parent
f6ab7890cd
commit
750914882a
@ -111,7 +111,9 @@
|
|||||||
background-size: 800% 800%;
|
background-size: 800% 800%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 20;
|
z-index: 20;
|
||||||
width: calc(100% - 5px);
|
top: 10px;
|
||||||
|
left: 10px;
|
||||||
|
width: calc(100% - 10px);
|
||||||
height: calc(100% - 5px);
|
height: calc(100% - 5px);
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
@ -150,7 +152,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.card-wrap:hover {
|
.card-wrap:hover {
|
||||||
z-index: 10;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user