bullet_train-themes-light 1.3.14 → 1.3.16

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: f9ea33a5e3fda7a57328f25365e0ee89f71d8cc3e8ad67d617af8280f65011d8
4
- data.tar.gz: 0b7585fd6cd2b53c1b4669766983705fec763d40afe92a64b17f5c309f066760
3
+ metadata.gz: d09a873b89708113ad55f15860bb43ec0668a558cd447b543961451ef8c4f976
4
+ data.tar.gz: 47671ca70d1eb574e43fd33a81571900fcdf67633456528118c157228584c5bd
5
5
  SHA512:
6
- metadata.gz: '09b0d72125d643ccdbbf438b15e0352bc2feb855d470d2de1246ee5000a01731f5c086ade8e88d38733aac54c1a230c93601a35024ee877ee0be1d5be404be53'
7
- data.tar.gz: fb8c28f1e2946b82956f119dfbb085d1cf1383bfb08e4985c1bb3d2762b66e36c12345d624ae3ff228f31ca86618c0c094035f4041ab9081c5da5d8698abfb6c
6
+ metadata.gz: edae25898c6c5315359a0cd8d6f0fbe00a15ad6c0075d9a0a23cffa2e632d0833fe877266ef998b420ff72e7126446ed8a4837cf25cf5a42dbedbdb5242030a0
7
+ data.tar.gz: af9332282011171b2af7ec2711c254a2db959907f30c610072561958109ec9fe098aac52b00463aeae0a6e3094df433e98367149fe6372a2cb6ab95101d851a3
@@ -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.16"
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.16
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