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;
|
justify-content: space-between;
|
||||||
gap: $unit-2x;
|
gap: $unit-2x;
|
||||||
padding: $unit-2x;
|
padding: $unit-2x;
|
||||||
border-bottom: 1px solid var(--border-subtle);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
padding: $unit-2x;
|
padding: 0 $unit-2x $unit-2x;
|
||||||
min-height: 400px;
|
min-height: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -327,8 +327,8 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: $unit-2x;
|
gap: $unit-2x;
|
||||||
padding: $unit;
|
padding: $unit;
|
||||||
background: var(--placeholder-bg);
|
background: var(--button-contained-bg);
|
||||||
border-radius: $item-corner;
|
border-radius: $card-corner;
|
||||||
}
|
}
|
||||||
|
|
||||||
.filter-group {
|
.filter-group {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue