Sha256: 9b9347c40342ab5ec1ffe242517ab7acc80d1bb6209202d624d55be4a63a1b04
Contents?: true
Size: 1.11 KB
Versions: 70
Compression:
Stored size: 1.11 KB
Contents
<% 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="sm:bg-white py-8 px-10 sm:shadow sm:dark:shadow-lg rounded-lg sm:dark:bg-slate-700 dark:bg-opacity-80"> <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("logo/logo.png") %>" width="<%= image_width_for_height("logo/logo.png", BulletTrain::Themes.logo_height) %>" height="<%= BulletTrain::Themes.logo_height %>" class="theme-logo mx-auto h-12 w-auto" /> </a> <h1 class="mt-6 text-center text-3xl font-semibold tracking-tight dark:text-white"> <%= partial.title %> </h1> <%= render "shared/line" %> </div> <div class="electron-undraggable pt-5 space-y-5"> <%= partial.body %> </div> </div> </div> </div> <% # We have to list out every option we want to be available at runtime so they're included in our Tailwind output. %> <% if false %> <div class="max-w-md max-w-lg"></div> <% end %>
Version data entries
70 entries across 70 versions & 1 rubygems