Sha256: 9b651a9b7caec5783052d87de185f13a102a220b9b7d27e18a0017a16e807cb1
Contents?: true
Size: 1.07 KB
Versions: 9
Compression:
Stored size: 1.07 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="<%= asset_pack_path("media/images/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
9 entries across 9 versions & 1 rubygems