automate employer setup import from word and manual entry working
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user