bullet_train-themes-light 1.3.14 → 1.3.15

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: f9ea33a5e3fda7a57328f25365e0ee89f71d8cc3e8ad67d617af8280f65011d8
4
- data.tar.gz: 0b7585fd6cd2b53c1b4669766983705fec763d40afe92a64b17f5c309f066760
3
+ metadata.gz: 29edd0309a57884d0991d49d384ec56a06379ce381d1d1751dec77b905b9cbef
4
+ data.tar.gz: 9c75233172e8e95d609c22c083da658d9155001ac2cc2f33ce6d5a835aef5097
5
5
  SHA512:
6
- metadata.gz: '09b0d72125d643ccdbbf438b15e0352bc2feb855d470d2de1246ee5000a01731f5c086ade8e88d38733aac54c1a230c93601a35024ee877ee0be1d5be404be53'
7
- data.tar.gz: fb8c28f1e2946b82956f119dfbb085d1cf1383bfb08e4985c1bb3d2762b66e36c12345d624ae3ff228f31ca86618c0c094035f4041ab9081c5da5d8698abfb6c
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.14"
4
+ VERSION = "1.3.15"
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.3.14
4
+ version: 1.3.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver
@@ -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