bullet_train-themes-light 1.0.11 → 1.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 96f779182e8373c6020cb89424e06e6ff4668995a4136b20fc5a350410464774
|
|
4
|
+
data.tar.gz: 374ce6de5236b4e9b8c1dde2ed22ea553984a334e60955b1f1a86d150b2dc4ac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5ac02d1e6a3eb567ceaf8171349196aca74012a4418f4dd18fb2f0e3cb1002954d7938b8a5223f4ff96e2463e2163d2ea1020de0957849cfa7f020551346e8ac
|
|
7
|
+
data.tar.gz: 1585dd612e3d0b56543afd41a84e50fe2f06235ca3a1bc8c9bdbad1dd901f14e04ad31b75d029c5680e99f41e7d674887544069a652f949589e92206c6b23ce5
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
|
|
16
16
|
<% menu = capture do %>
|
|
17
17
|
<div class="flex items-center flex-shrink-0 p-4 bg-blue-darker md:rounded-tl-lg electron-draggable electron-title-bar dark:bg-black dark:bg-opacity-10">
|
|
18
|
-
<%= image_tag image_path(
|
|
18
|
+
<%= image_tag image_path("logo/logo.png"), class: 'h-5 w-auto mx-auto' %>
|
|
19
19
|
|
|
20
20
|
<div class="lg:hidden absolute right-0">
|
|
21
21
|
<button class="ml-1 flex items-center justify-center h-10 w-10 rounded-full focus:outline-none focus:ring-2 focus:ring-inset focus:ring-white dark:ring-transparent"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<%= stylesheet_link_tag 'https://rsms.me/inter/inter.css', media: 'all', 'data-turbo-track': 'reload' %>
|
|
2
|
-
<link href="<%= image_path('
|
|
3
|
-
<link href="<%= image_path('
|
|
2
|
+
<link href="<%= image_path('logo/favicon.png') %>" rel="shortcut icon" />
|
|
3
|
+
<link href="<%= image_path('logo/icon.png') %>" rel="apple-touch-icon" />
|
|
4
4
|
<%= javascript_include_tag 'application', 'data-turbo-track': 'reload' %>
|
|
5
5
|
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbo-track': 'reload' %>
|
|
6
6
|
<%= javascript_include_tag 'application.light', 'data-turbo-track': 'reload' %>
|
|
@@ -7,14 +7,14 @@
|
|
|
7
7
|
<div class="bg-white py-8 px-10 shadow rounded-lg dark:bg-sealBlue-400">
|
|
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
|
-
<img alt="" src="<%= image_path("
|
|
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="mx-auto h-12 w-auto" />
|
|
11
11
|
</a>
|
|
12
12
|
|
|
13
13
|
<h1 class="mt-6 text-center text-3xl font-semibold tracking-tight dark:text-white">
|
|
14
14
|
<%= p.yield :title %>
|
|
15
15
|
</h1>
|
|
16
16
|
|
|
17
|
-
<%= render "
|
|
17
|
+
<%= render "shared/line" %>
|
|
18
18
|
</div>
|
|
19
19
|
|
|
20
20
|
<div class="electron-undraggable pt-5 space-y-5">
|
|
@@ -24,8 +24,7 @@
|
|
|
24
24
|
</div>
|
|
25
25
|
</div>
|
|
26
26
|
|
|
27
|
-
<% #
|
|
27
|
+
<% # We have to list out every option we want to be available at runtime so they're included in our Tailwind output. %>
|
|
28
28
|
<% if false %>
|
|
29
|
-
<div class="max-w-md"></div>
|
|
30
|
-
<div class="max-w-lg"></div>
|
|
29
|
+
<div class="max-w-md max-w-lg"></div>
|
|
31
30
|
<% end %>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bullet_train-themes-light
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrew Culver
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-04-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|