Sha256: 77abd94403bf3882a4118e2a04635d3044b2e99928ab41614f361b2426873231

Contents?: true

Size: 1.1 KB

Versions: 52

Compression:

Stored size: 1.1 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" />
        </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

52 entries across 52 versions & 1 rubygems

Version Path
bullet_train-themes-light-1.6.32 app/views/themes/light/workflow/_box.html.erb
bullet_train-themes-light-1.6.31 app/views/themes/light/workflow/_box.html.erb
bullet_train-themes-light-1.6.30 app/views/themes/light/workflow/_box.html.erb
bullet_train-themes-light-1.6.29 app/views/themes/light/workflow/_box.html.erb
bullet_train-themes-light-1.6.28 app/views/themes/light/workflow/_box.html.erb
bullet_train-themes-light-1.6.27 app/views/themes/light/workflow/_box.html.erb
bullet_train-themes-light-1.6.26 app/views/themes/light/workflow/_box.html.erb
bullet_train-themes-light-1.6.25 app/views/themes/light/workflow/_box.html.erb
bullet_train-themes-light-1.6.24 app/views/themes/light/workflow/_box.html.erb
bullet_train-themes-light-1.6.23 app/views/themes/light/workflow/_box.html.erb
bullet_train-themes-light-1.6.22 app/views/themes/light/workflow/_box.html.erb
bullet_train-themes-light-1.6.21 app/views/themes/light/workflow/_box.html.erb