artifact card and filter bar styling
This commit is contained in:
parent
e09326235e
commit
c4d251e44f
2 changed files with 5 additions and 1 deletions
|
|
@ -58,7 +58,6 @@
|
|||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: $unit-half;
|
||||
width: 139px;
|
||||
padding: 0;
|
||||
border: none;
|
||||
background: transparent;
|
||||
|
|
@ -77,6 +76,8 @@
|
|||
}
|
||||
|
||||
.card-image {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
aspect-ratio: 1 / 1;
|
||||
|
|
|
|||
|
|
@ -326,6 +326,9 @@
|
|||
justify-content: space-between;
|
||||
align-items: center;
|
||||
gap: $unit-2x;
|
||||
padding: $unit;
|
||||
background: var(--placeholder-bg);
|
||||
border-radius: $item-corner;
|
||||
}
|
||||
|
||||
.filter-group {
|
||||
|
|
|
|||
Loading…
Reference in a new issue