bullet_train-themes-light 1.2.18 → 1.2.19

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c9f9b67df7b03530c9dc5bb07c08921902385028ed89527147b7ecdd0112ef49
4
- data.tar.gz: 2f940755f299c06085a677f80d4fdd3802ecb7eefd88fe05d7a52cb7ee3c10b2
3
+ metadata.gz: 7f9a1570fd6a2397b393fb3c07a3542b5239b4f44fcf50d471f51f5eb1e45185
4
+ data.tar.gz: d41055ccdcc986d478fc1f0036d0bb17c7c269414e0c446ca45513486fe1c065
5
5
  SHA512:
6
- metadata.gz: 91396dddd972b404896ebc971d4084a99d7d965b9f01466648130190356bf3206b9160a05d0fbe7325cf785cb6a0d9cb7c596ad2035ed35f2a5ebd01bf756e97
7
- data.tar.gz: cc81d4605b9925fa12f93cc20ec2f4a46488a1d7d3d83831b73f9dca6c7a114ecb54e54b169347dff191269925bb6ff9fbe1ded49beb0d1162a5de88f433383e
6
+ metadata.gz: 170b0094584271bc0ab213747c9105f7ae59107aaee3b3f5075c641d0aeb0a0e7705b64be97aa1e4988a2df30ed812d419cd72451fef950c122fe3c03f950208
7
+ data.tar.gz: fbcacf93078281be068ff768bfe57af6eceafeaefc14cdfea7d509b8755d6ce1c22603bd53e1114b7b431f72c7f9eaa72309372ff40c84fdb4fe61b85bb9aaee
@@ -2,7 +2,7 @@
2
2
  <head>
3
3
  <%= render 'shared/layouts/head' %>
4
4
  </head>
5
- <body class="devise_layout electron-draggable <%= BulletTrain::Themes::Light.background || "sm: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">
5
+ <body class="devise_layout electron-draggable <%= BulletTrain::Themes::Light.background || "bg-white dark:bg-slate-700 sm: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">
6
6
  <div data-turn-enter data-turn-exit>
7
7
  <%= yield %>
8
8
  </div>
@@ -4,7 +4,7 @@
4
4
 
5
5
  <div class="min-h-screen flex flex-col justify-center sm:py-12">
6
6
  <div class="mx-auto w-full <%= width %> p-1.5">
7
- <div class="bg-white py-8 px-10 sm:shadow sm:dark:shadow-lg rounded-lg dark:bg-slate-700 dark:bg-opacity-80">
7
+ <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">
8
8
  <div class="sm:mx-auto sm:w-full sm:max-w-md py-5">
9
9
  <a href="<%= main_app.root_path %>" class="block py-3">
10
10
  <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" />
@@ -1,7 +1,7 @@
1
1
  module BulletTrain
2
2
  module Themes
3
3
  module Light
4
- VERSION = "1.2.18"
4
+ VERSION = "1.2.19"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train-themes-light
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.18
4
+ version: 1.2.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver