bullet_train-themes-light 1.3.13 → 1.3.15

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: 1b3a5b9d0d3ce53c65881581e945be236487f9f4ad8c019daf60d588d4f07fe0
4
- data.tar.gz: 55f79601a3d822ced73e1f170770f156eda98e86afde12a8b89d32514911f1c4
3
+ metadata.gz: 29edd0309a57884d0991d49d384ec56a06379ce381d1d1751dec77b905b9cbef
4
+ data.tar.gz: 9c75233172e8e95d609c22c083da658d9155001ac2cc2f33ce6d5a835aef5097
5
5
  SHA512:
6
- metadata.gz: fd20b8e3cfa6863196a44e6b79b561836286213c436415ae1103a12805dbf5138df7183ffd876c79bf78acc39ab305ef91091fe28907a4a7c393e116ab1bd1cc
7
- data.tar.gz: 12d11ed2c0cf064ce36f05677b0ea861d54f2a402b02c6c96227403e765522c3f85132e4152bdbe720a4b63ccef2b6902942717136cf20957d901cd9af4b20a4
6
+ metadata.gz: cac9e4ea752e87f2b5e18d417c75b107bc7e641f61f648e729ea370a050f565d7b3d1327b1e9f24250888771d6b119da03d8417661bde4b77547b6e47a56d425
7
+ data.tar.gz: de48fad5eb17a22b911ab15577e9fb98124724bdecebd18933c75de2f7f227e483bcf517ea51d9a70971aa630f026c8796d292f405fb5a6f1f3f4eaff972c8b3
@@ -8,6 +8,7 @@
8
8
  @import './devise';
9
9
  @import './fields';
10
10
  @import './turn';
11
+ @import './docs';
11
12
 
12
13
  form.button_to {
13
14
  @apply inline-block;
@@ -0,0 +1,45 @@
1
+ #bt-docs-content h1,
2
+ #bt-docs-content h2,
3
+ #bt-docs-content h3,
4
+ #bt-docs-content h4,
5
+ #bt-docs-content h5,
6
+ #bt-docs-content h6{
7
+ position: relative;
8
+ margin-left: -1.2em;
9
+ padding-left: 1.2em;
10
+ }
11
+ #bt-docs-content h1 a,
12
+ #bt-docs-content h2 a,
13
+ #bt-docs-content h3 a,
14
+ #bt-docs-content h4 a,
15
+ #bt-docs-content h5 a,
16
+ #bt-docs-content h6 a{
17
+ text-decoration: none;
18
+ display: none;
19
+ position: absolute;
20
+ float:left;
21
+ margin-left:-1.2em;
22
+ line-height: 1;
23
+ width: 1em;
24
+ height: 100%;
25
+ }
26
+
27
+ #bt-docs-content h1 a::before,
28
+ #bt-docs-content h2 a::before,
29
+ #bt-docs-content h3 a::before,
30
+ #bt-docs-content h4 a::before,
31
+ #bt-docs-content h5 a::before,
32
+ #bt-docs-content h6 a::before{
33
+ content: "🔗";
34
+ }
35
+
36
+ #bt-docs-content h1:hover a,
37
+ #bt-docs-content h2:hover a,
38
+ #bt-docs-content h3:hover a,
39
+ #bt-docs-content h4:hover a,
40
+ #bt-docs-content h5:hover a,
41
+ #bt-docs-content h6:hover a{
42
+ display: flex;
43
+ justify-content: center; /* Align horizontal */
44
+ align-items: center; /* Align vertical */
45
+ }
@@ -1,7 +1,7 @@
1
1
  module BulletTrain
2
2
  module Themes
3
3
  module Light
4
- VERSION = "1.3.13"
4
+ VERSION = "1.3.15"
5
5
  end
6
6
  end
7
7
  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.3.13
4
+ version: 1.3.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-23 00:00:00.000000000 Z
11
+ date: 2023-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: standard
@@ -69,6 +69,7 @@ files:
69
69
  - app/assets/stylesheets/light/application.css
70
70
  - app/assets/stylesheets/light/bulk_actions.css
71
71
  - app/assets/stylesheets/light/devise.css
72
+ - app/assets/stylesheets/light/docs.css
72
73
  - app/assets/stylesheets/light/electron.css
73
74
  - app/assets/stylesheets/light/fields/cloudinary_image.css
74
75
  - app/assets/stylesheets/light/fields/date_field.css