bullet_train-themes-light 1.9.0 → 1.11.0
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 91a0b293aba30b7f9387415cb6bdafffc07dc9552d5cc778d16b4b7c97586a78
|
4
|
+
data.tar.gz: 6859cdf153e1ea059b3657f4e23256bcdb74067f6f76b2450a566a24c9774896
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6e73d0e9c6e297b4fa736c67ef6c0550faa1cbfb0a1d5913e6ffdb6e2c4930734825d7aba8e5b805b329ff91c30fe19186a79b14398a70c355af329d6307fd55
|
7
|
+
data.tar.gz: 9f51c3dd4dd11d42a1ec3ccfe248afc67d01127d979dbc8f0967facaf52cc1ecd6e05a7dff236bc82450968078640eb2584926948ebf3bf192475b03ffa3e5d2
|
@@ -5,8 +5,8 @@
|
|
5
5
|
#bt-docs-content h5,
|
6
6
|
#bt-docs-content h6{
|
7
7
|
position: relative;
|
8
|
-
margin-left: -1.
|
9
|
-
padding-left: 1.
|
8
|
+
margin-left: -1.2rem;
|
9
|
+
padding-left: 1.2rem;
|
10
10
|
}
|
11
11
|
#bt-docs-content h1 a,
|
12
12
|
#bt-docs-content h2 a,
|
@@ -18,9 +18,9 @@
|
|
18
18
|
display: none;
|
19
19
|
position: absolute;
|
20
20
|
float:left;
|
21
|
-
margin-left:-1.
|
21
|
+
margin-left:-1.2rem;
|
22
22
|
line-height: 1;
|
23
|
-
width:
|
23
|
+
width: 1rem;
|
24
24
|
height: 100%;
|
25
25
|
}
|
26
26
|
|
@@ -43,3 +43,33 @@
|
|
43
43
|
justify-content: center; /* Align horizontal */
|
44
44
|
align-items: center; /* Align vertical */
|
45
45
|
}
|
46
|
+
|
47
|
+
|
48
|
+
@media only screen and (max-width: 640px) {
|
49
|
+
#bt-docs-content h1,
|
50
|
+
#bt-docs-content h2,
|
51
|
+
#bt-docs-content h3,
|
52
|
+
#bt-docs-content h4,
|
53
|
+
#bt-docs-content h5,
|
54
|
+
#bt-docs-content h6{
|
55
|
+
margin-left: -1.375rem;
|
56
|
+
padding-left: 1.375rem;
|
57
|
+
}
|
58
|
+
#bt-docs-content h1 a,
|
59
|
+
#bt-docs-content h2 a,
|
60
|
+
#bt-docs-content h3 a,
|
61
|
+
#bt-docs-content h4 a,
|
62
|
+
#bt-docs-content h5 a,
|
63
|
+
#bt-docs-content h6 a{
|
64
|
+
margin-left:-1.375rem;
|
65
|
+
}
|
66
|
+
#bt-docs-content h1 a::before,
|
67
|
+
#bt-docs-content h2 a::before,
|
68
|
+
#bt-docs-content h3 a::before,
|
69
|
+
#bt-docs-content h4 a::before,
|
70
|
+
#bt-docs-content h5 a::before,
|
71
|
+
#bt-docs-content h6 a::before{
|
72
|
+
font-size: 1rem;
|
73
|
+
}
|
74
|
+
}
|
75
|
+
|
@@ -4,7 +4,6 @@
|
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
5
5
|
<title>Welcome to <%= t('application.name') %>!</title>
|
6
6
|
|
7
|
-
<%= stylesheet_link_tag 'application', media: 'all'%>
|
8
7
|
<%= stylesheet_link_tag 'application.mailer.light', media: 'all' %>
|
9
8
|
|
10
9
|
<% # TODO: Find out why Tailwind colors aren't working properly. %>
|
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.
|
4
|
+
version: 1.11.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Culver
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-11-
|
11
|
+
date: 2024-11-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: standard
|