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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 29edd0309a57884d0991d49d384ec56a06379ce381d1d1751dec77b905b9cbef
|
|
4
|
+
data.tar.gz: 9c75233172e8e95d609c22c083da658d9155001ac2cc2f33ce6d5a835aef5097
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cac9e4ea752e87f2b5e18d417c75b107bc7e641f61f648e729ea370a050f565d7b3d1327b1e9f24250888771d6b119da03d8417661bde4b77547b6e47a56d425
|
|
7
|
+
data.tar.gz: de48fad5eb17a22b911ab15577e9fb98124724bdecebd18933c75de2f7f227e483bcf517ea51d9a70971aa630f026c8796d292f405fb5a6f1f3f4eaff972c8b3
|
|
@@ -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
|
+
}
|
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.
|
|
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
|