15 lines
184 B
CSS
15 lines
184 B
CSS
body {
|
|
font-family: "Inter", "Segoe UI", sans-serif;
|
|
}
|
|
|
|
.order-card {
|
|
border-left: 4px solid #0d6efd;
|
|
}
|
|
|
|
.order-meta {
|
|
font-size: 0.9rem;
|
|
}
|
|
|
|
.item-actions {
|
|
min-width: 220px;
|
|
} |