diff --git a/Public/css/main.css b/Public/css/main.css index 683f6d7..0135a53 100644 --- a/Public/css/main.css +++ b/Public/css/main.css @@ -59,7 +59,8 @@ nav { } form { - padding: 50px 0; + padding: 80px; + width: 100%; text-align: center; } @@ -69,6 +70,7 @@ form label { form input { margin-bottom: 15px; + width: 100%; } .login-form { @@ -204,3 +206,8 @@ input[type=text]:focus, input[type=password]:focus, input[type=email]:focus { .show { display: block; } + +tr.htmx-swapping td { + opacity: 0; + transition: opacity 0.5s ease-out; +} diff --git a/Resources/Views/home.leaf b/Resources/Views/home.leaf index 5842b6c..420c9f9 100644 --- a/Resources/Views/home.leaf +++ b/Resources/Views/home.leaf @@ -31,12 +31,21 @@ Employees +
We're in!
-Mutliple branches can be specified separated by a comma.
+ #endexport +#endextend diff --git a/Resources/Views/vendor-table.leaf b/Resources/Views/vendor-table.leaf new file mode 100644 index 0000000..22f8f85 --- /dev/null +++ b/Resources/Views/vendor-table.leaf @@ -0,0 +1,34 @@ +| Name | +Branches | ++ |
|---|---|---|
| #capitalized(vendor.name) | +
+ #if(vendor.branches):
+
|
+
+
+
+ |
+
Vendors are who purchase orders can be issued for, they consist of multiple branches / locations.
+