Sha256: bdd7ef4cf230b14abaa5e6924127ca747ef956222303deb21cf00ee8c62dc969

Contents?: true

Size: 1.49 KB

Versions: 31

Compression:

Stored size: 1.49 KB

Contents

<!DOCTYPE html>
<html class="theme-<%= BulletTrain::Themes::Light.color %> <%= "theme-secondary-#{BulletTrain::Themes::Light.secondary_color}" if BulletTrain::Themes::Light.secondary_color %>" lang="<%= I18n.locale %>">
  <head>
    <%= render 'shared/layouts/head' %>
  </head>

  <body class="min-h-screen <%= BulletTrain::Themes::Light.background || "bg-gradient-to-br from-secondary-200 to-primary-400 dark:from-primary-900 dark:to-primary-600" %> text-slate-700 text-sm font-normal dark:text-slate-300">
    <div class="md:p-5 main-container-padding">
      <div class="h-screen md:h-auto md:rounded-lg flex shadow main-container">

        <% if BulletTrain::Themes::Light.navigation == :left %>
          <div class="hidden lg:flex lg:flex-shrink-0 bg-gradient-to-b from-primary-700 to-primary-800 dark:from-slate-800 dark:to-slate-800 md:rounded-l-lg">
            <div class="w-64">
              <%= render "account/shared/menu/sidebar" %>
            </div>
          </div>
        <% end %>

        <div class="flex flex-col w-0 flex-1 bg-slate-100 dark:bg-slate-800 dark:border-slate-500 md:rounded-lg <%= BulletTrain::Themes::Light.navigation == :left ? "lg:border-l lg:rounded-l-none" : "" %>">
          <main class="flex-1 relative z-0 focus:outline-none" tabindex="0">
            <div class="py-2 px-1">
              <div class="mx-auto px-4 sm:px-6 py-4">
                <%= yield %>
              </div>
            </div>
          </main>
        </div>
      </div>
    </div>
  </body>
</html>

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
bullet_train-1.6.9 app/views/layouts/public.html.erb
bullet_train-1.6.8 app/views/layouts/public.html.erb
bullet_train-1.6.7 app/views/layouts/public.html.erb
bullet_train-1.6.6 app/views/layouts/public.html.erb
bullet_train-1.6.5 app/views/layouts/public.html.erb
bullet_train-1.6.4 app/views/layouts/public.html.erb
bullet_train-1.6.3 app/views/layouts/public.html.erb
bullet_train-1.6.2 app/views/layouts/public.html.erb
bullet_train-1.6.1 app/views/layouts/public.html.erb
bullet_train-1.6.0 app/views/layouts/public.html.erb
bullet_train-1.5.2 app/views/layouts/public.html.erb
bullet_train-1.5.1 app/views/layouts/public.html.erb
bullet_train-1.5.0 app/views/layouts/public.html.erb
bullet_train-1.4.11 app/views/layouts/public.html.erb
bullet_train-1.4.10 app/views/layouts/public.html.erb
bullet_train-1.4.9 app/views/layouts/public.html.erb
bullet_train-1.4.8 app/views/layouts/public.html.erb
bullet_train-1.4.7 app/views/layouts/public.html.erb
bullet_train-1.4.6 app/views/layouts/public.html.erb
bullet_train-1.4.5 app/views/layouts/public.html.erb