UI improvements
This commit is contained in:
parent
92a5c6b29f
commit
84a026291a
@ -843,7 +843,7 @@ sm-checkbox {
|
||||
}
|
||||
|
||||
.orders_section__header {
|
||||
min-height: 2.8rem;
|
||||
min-height: 3rem;
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
@ -870,6 +870,9 @@ sm-checkbox {
|
||||
border-radius: 0.5rem;
|
||||
grid-template-areas: "checkbox quantity quantity time" "checkbox price amount cancel";
|
||||
}
|
||||
.order-card:not(:last-child) {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
.order-card > .grid:nth-of-type(2) {
|
||||
grid-area: price;
|
||||
}
|
||||
@ -899,9 +902,10 @@ sm-checkbox {
|
||||
cursor: pointer;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.order-card__quantity, .order-card__price {
|
||||
.order-card__quantity, .order-card__price, .order-card__amount {
|
||||
font-size: 0.9rem;
|
||||
color: rgba(var(--text-color), 0.9);
|
||||
font-weight: 700;
|
||||
}
|
||||
.order-card__time {
|
||||
grid-area: time;
|
||||
|
||||
2
docs/css/main.min.css
vendored
2
docs/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -793,7 +793,7 @@ sm-checkbox {
|
||||
grid-template-rows: auto 1fr;
|
||||
}
|
||||
.orders_section__header {
|
||||
min-height: 2.8rem;
|
||||
min-height: 3rem;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
background-color: rgba(var(--background-color), 1);
|
||||
@ -814,6 +814,9 @@ sm-checkbox {
|
||||
grid-template-columns: min-content 1fr auto;
|
||||
border-radius: 0.5rem;
|
||||
grid-template-areas: "checkbox quantity quantity time" "checkbox price amount cancel";
|
||||
&:not(:last-child) {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
& > .grid {
|
||||
&:nth-of-type(2) {
|
||||
grid-area: price;
|
||||
@ -848,9 +851,11 @@ sm-checkbox {
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
&__quantity,
|
||||
&__price {
|
||||
&__price,
|
||||
&__amount {
|
||||
font-size: 0.9rem;
|
||||
color: rgba(var(--text-color), 0.9);
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
&__time {
|
||||
|
||||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user