improve style & add icon toolboxes
All checks were successful
Deploy Sokko G / deploy (push) Successful in 5s
All checks were successful
Deploy Sokko G / deploy (push) Successful in 5s
This commit is contained in:
parent
9e275e0167
commit
0493db233a
31 changed files with 317 additions and 57 deletions
|
|
@ -18,6 +18,14 @@
|
|||
rgba(5, 7, 17, 0.72);
|
||||
}
|
||||
|
||||
.toolbox-icon-cover {
|
||||
display: grid;
|
||||
place-items: center;
|
||||
background:
|
||||
radial-gradient(circle at 50% 38%, rgba(34, 211, 238, 0.16), transparent 42%),
|
||||
var(--gradient-nebula);
|
||||
}
|
||||
|
||||
.game-card-cover img,
|
||||
.toolbox-card-cover img {
|
||||
display: block;
|
||||
|
|
@ -27,6 +35,14 @@
|
|||
object-fit: cover;
|
||||
}
|
||||
|
||||
.toolbox-icon-cover img {
|
||||
display: block;
|
||||
width: min(78px, 42%);
|
||||
height: auto;
|
||||
object-fit: contain;
|
||||
filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.34));
|
||||
}
|
||||
|
||||
.badge {
|
||||
display: inline-flex;
|
||||
min-height: 24px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue