collection layout and filter bar styling tweaks
This commit is contained in:
parent
c4d251e44f
commit
5ba9553ef7
2 changed files with 3 additions and 4 deletions
|
|
@ -288,11 +288,10 @@
|
|||
justify-content: space-between;
|
||||
gap: $unit-2x;
|
||||
padding: $unit-2x;
|
||||
border-bottom: 1px solid var(--border-subtle);
|
||||
}
|
||||
|
||||
.content {
|
||||
padding: $unit-2x;
|
||||
padding: 0 $unit-2x $unit-2x;
|
||||
min-height: 400px;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -327,8 +327,8 @@
|
|||
align-items: center;
|
||||
gap: $unit-2x;
|
||||
padding: $unit;
|
||||
background: var(--placeholder-bg);
|
||||
border-radius: $item-corner;
|
||||
background: var(--button-contained-bg);
|
||||
border-radius: $card-corner;
|
||||
}
|
||||
|
||||
.filter-group {
|
||||
|
|
|
|||
Loading…
Reference in a new issue