automate employer setup import from word and manual entry working

This commit is contained in:
Jason Jordan
2025-12-03 11:42:15 -05:00
parent 3fbece7da6
commit 78ce415b94
44 changed files with 1012 additions and 339 deletions
+10 -4
View File
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Railsondocker</title>
<title>Baclight</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<%= csrf_meta_tags %>
<%= csp_meta_tag %>
@@ -11,9 +11,15 @@
<%= javascript_importmap_tags %>
</head>
<body class="w-full flex bg-deepcove">
<main class="w-11/12 mt-28 px-5 flex">
<%= yield %>
<body>
<main>
<div class="w-full h-screen flex bg-black justify-center items-center">
<div class="h-[98%] w-[calc(100%-1rem)] mt-1 mb-2 flex justify-center items-center shadow-[0_0_10px_3px_#93c5fd] rounded-xl bg-[#04153E]">
<div class="w-11/12 mt-8 px-5 flex">
<%= yield %>
</div>
</div>
</div>
</main>
</body>
</html>