bullet_train-themes-light 1.0.12 → 1.0.13
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: b25323cfe3d83d7ab14bd30cfa6b5af8636f0ee4a9eb521f86204eab3db80bf6
|
|
4
|
+
data.tar.gz: f268d3e1d4b8926860cb82f1c6bea86ff96c86399d3be2a78a9863835e678616
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6f966baf2793fb464120e4fb1219343e8e23e9b8ff7800270ba292d483fa1605b0631df7997b26ccf25d37a6909e1a57bd20a6e6840e441ce2a3c6c431f95ff8
|
|
7
|
+
data.tar.gz: f30f0153412ec7c0fd1fd9a52703e09a8b1647becdd2231ccbe8a0cea88f6658aa9cd88c87b0493fe8c0ef537bcfe81384473f8865bbf7c4c719ba8e1d5cfd33
|
|
@@ -7,13 +7,11 @@
|
|
|
7
7
|
background-color: rgba(0, 0, 0, 0.15);
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
&:before {
|
|
13
|
-
background: linear-gradient(to bottom right, #633d7d, #2867ab 100%);
|
|
14
|
-
}
|
|
10
|
+
.bg-dark-blue-gradient {
|
|
11
|
+
&:before {
|
|
15
12
|
background: linear-gradient(to bottom right, #633d7d, #2867ab 100%);
|
|
16
13
|
}
|
|
14
|
+
background: linear-gradient(to bottom right, #633d7d, #2867ab 100%);
|
|
17
15
|
}
|
|
18
16
|
|
|
19
17
|
/**
|
|
@@ -185,6 +183,22 @@
|
|
|
185
183
|
}
|
|
186
184
|
}
|
|
187
185
|
|
|
186
|
+
.tribute-container {
|
|
187
|
+
ul {
|
|
188
|
+
@apply bg-sealBlue-300 border-sealBlue-100 !important;
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.trix-dialogs {
|
|
193
|
+
@apply bg-sealBlue-300 border-sealBlue-100 !important;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
.trix-content {
|
|
197
|
+
a[href^="bullettrain://"] {
|
|
198
|
+
@apply bg-sealBlue-600 text-white;
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
|
|
188
202
|
/* CKEditor */
|
|
189
203
|
.ck {
|
|
190
204
|
--ck-color-base-background: theme('colors.sealBlue.300');
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
<% divider ||= nil %>
|
|
4
4
|
<% no_background ||= false %>
|
|
5
5
|
<% title_size ||= "text-xl" %>
|
|
6
|
+
<% body = p.content_for(:body) || p.content_for(:raw_body) %>
|
|
6
7
|
|
|
7
8
|
<div class="<%= "bg-white rounded-md shadow dark:bg-sealBlue-400" unless no_background %> overflow-hidden">
|
|
8
9
|
<div class="py-6 px-8 space-y-2 <%= 'border-b shadow-sm dark:border-sealBlue-500' if divider %>">
|
|
@@ -26,19 +27,19 @@
|
|
|
26
27
|
</div>
|
|
27
28
|
<% end %>
|
|
28
29
|
|
|
29
|
-
<% if
|
|
30
|
-
<div class="<%= p.content_for?(:
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
30
|
+
<% if body %>
|
|
31
|
+
<div class="<%= "pt-7 px-8 space-y-7 #{p.content_for?(:actions) ? 'pb-3' : 'pb-7'}" unless p.content_for?(:raw_body) %>">
|
|
32
|
+
<div class="space-y-4 <%= '-mt-4' unless divider %>">
|
|
33
|
+
<%= body %>
|
|
34
|
+
</div>
|
|
35
|
+
</div>
|
|
36
|
+
<% end %>
|
|
37
|
+
|
|
38
|
+
<% if p.content_for? :actions %>
|
|
39
|
+
<div class="pb-7 px-8 space-y-7">
|
|
40
|
+
<div class="space-x">
|
|
41
|
+
<%= p.content_for :actions %>
|
|
42
|
+
</div>
|
|
42
43
|
</div>
|
|
43
44
|
<% end %>
|
|
44
45
|
</div>
|
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.13
|
|
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-05-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -121,7 +121,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
121
121
|
- !ruby/object:Gem::Version
|
|
122
122
|
version: '0'
|
|
123
123
|
requirements: []
|
|
124
|
-
rubygems_version: 3.
|
|
124
|
+
rubygems_version: 3.3.7
|
|
125
125
|
signing_key:
|
|
126
126
|
specification_version: 4
|
|
127
127
|
summary: 'Bullet Train Themes: Light'
|