diff --git a/public/index.html b/public/index.html index 8e62985..bbe6967 100644 --- a/public/index.html +++ b/public/index.html @@ -1,24 +1,59 @@ - - - - Личный кабинет - + + + Личный кабинет склада — Заказы + - - + + + +
-
-
-

Заказы склада

-

Текущая дата: { empty }

-
- +
+
+

Заказы склада

+

Текущая дата:

+ +
+ + + +
+
+
+
+

Создать заказ

+
+
+ + +
+
+ + +
+ +
+
+
+ +
+
+

Остатки склада

+
    +
    +
    +
    + +
    +
    +
    +
    - - \ No newline at end of file + + diff --git a/public/styles.css b/public/styles.css new file mode 100644 index 0000000..96eb77d --- /dev/null +++ b/public/styles.css @@ -0,0 +1,15 @@ +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; +} \ No newline at end of file