add: new list layout design

New design, custom uuid, better handling of swipe
This commit is contained in:
webfussel 2025-05-10 13:32:28 +02:00
parent 628659c39d
commit 11bcdce6cb
7 changed files with 21 additions and 36 deletions
app/assets/styles

View file

@ -1,11 +1,8 @@
.PriceCard {
position: relative;
overflow: hidden;
width: 100%;
transition: 150ms;
opacity: 1;
color: var(--color-darkest);
background: black;
border-bottom: 1px solid var(--color-light);
.bottom {
position: absolute;
@ -47,7 +44,6 @@
z-index: 2;
gap: 1rem;
padding: 1rem;
border-radius: var(--radius-default);
&.animated {
transition: var(--transition-default);