bring back itemcard-stealth
This commit is contained in:
parent
386b2c4920
commit
63460607a8
1 changed files with 8 additions and 0 deletions
|
@ -123,6 +123,14 @@ h1 {
|
|||
box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.13);
|
||||
}
|
||||
|
||||
.itemcard-stealth {
|
||||
display: grid;
|
||||
border-radius: 12px;
|
||||
text-decoration: none;
|
||||
height: 3cm;
|
||||
transition-duration: 0.2s;
|
||||
}
|
||||
|
||||
.listaction {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
Loading…
Reference in a new issue