Sha256: d096b04111e7c5ca0f760ed83a8ecfded0c0da5cb0a8d69c7f8046a5b32b9656
Contents?: true
Size: 1.05 KB
Versions: 3
Compression:
Stored size: 1.05 KB
Contents
<% yield p = np %> <% width ||= "max-w-md" %> <div class="min-h-screen flex flex-col justify-center sm:py-12"> <div class="mx-auto w-full <%= width %> p-1.5"> <div class="bg-white py-8 px-10 shadow rounded-lg dark:bg-sealBlue-400"> <div class="sm:mx-auto sm:w-full sm:max-w-md py-5"> <a href="<%= main_app.root_path %>" class="block py-3"> <img alt="" src="<%= image_path("light/logo/logo.png") %>" width="<%= image_width_for_height('light/logo/logo.png', 54) %>" height="54" class="mx-auto h-12 w-auto" /> </a> <h1 class="mt-6 text-center text-3xl font-semibold tracking-tight dark:text-white"> <%= p.yield :title %> </h1> <%= render "themes/light/line" %> </div> <div class="electron-undraggable pt-5 space-y-5"> <%= p.content_for :body %> </div> </div> </div> </div> <% # we have to list out the evaluations we want possible above so purgecss includes them in production. %> <% if false %> <div class="max-w-md"></div> <div class="max-w-lg"></div> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems