bullet_train-themes-light 1.10.0 → 1.12.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/light/docs.css +34 -4
- data/app/assets/stylesheets/light/fields/super_select.css +10 -3
- data/app/assets/stylesheets/light/fields/trix_editor.css +3 -0
- data/app/views/themes/light/layouts/_mailer.html.erb +0 -1
- data/lib/bullet_train/themes/light/version.rb +1 -1
- metadata +16 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e6d0d846f687157e7092492124080a6944a9d7cbefdeda5b1f022979053e1713
|
4
|
+
data.tar.gz: cabb2d222c1e73d31db3865ec267f386c7dda85ea55c09e737cb52eff95308ab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fa9c9a5314ca161145c0c28c9bfeedbca8c5b674ebd864d96718712a8fc3d7a6aca9596f32c9718a79101afc26445d9eddef9238bf594b6bdad0adbb19771851
|
7
|
+
data.tar.gz: 7dbd14ffc8acd631d8f6ca58a1a15999ee3ea204786786fc746270aa61b617dce86a3a7f093da71d67eaedb672250fecabbeea4d6995fe2acf85b88f66ccc5bd
|
@@ -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
|
+
|
@@ -5,7 +5,8 @@
|
|
5
5
|
}
|
6
6
|
}
|
7
7
|
|
8
|
-
.select2-selection.select2-selection--single
|
8
|
+
.select2-selection.select2-selection--single,
|
9
|
+
.select2-selection.select2-selection--multiple {
|
9
10
|
min-height: 37px;
|
10
11
|
.select2-selection__rendered {
|
11
12
|
padding-left: 12px;
|
@@ -53,8 +54,9 @@
|
|
53
54
|
box-shadow: inset 0 0 0 1px var(--primary-500) !important;
|
54
55
|
outline: 0 !important;
|
55
56
|
}
|
56
|
-
|
57
|
-
.select2-selection--single
|
57
|
+
|
58
|
+
.select2-selection--single,
|
59
|
+
.select2-selection--multiple {
|
58
60
|
height: 38px !important;
|
59
61
|
}
|
60
62
|
|
@@ -91,6 +93,11 @@
|
|
91
93
|
}
|
92
94
|
}
|
93
95
|
|
96
|
+
.select2-container--default.select2-container--disabled .select2-selection--single,
|
97
|
+
.select2-container--default.select2-container--disabled .select2-selection--multiple{
|
98
|
+
@apply bg-slate-200 dark:bg-slate-700 hover:bg-slate-200 hover:dark:bg-slate-700
|
99
|
+
}
|
100
|
+
|
94
101
|
.select2-container .select2-dropdown {
|
95
102
|
@apply border-2 border-slate-300 shadow-sm overflow-hidden !important;
|
96
103
|
@apply border-primary-500 !important;
|
@@ -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.12.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
|
+
date: 2024-12-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: standard
|
@@ -24,6 +24,20 @@ dependencies:
|
|
24
24
|
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '0'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: simplecov
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - ">="
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '0'
|
34
|
+
type: :development
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - ">="
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '0'
|
27
41
|
- !ruby/object:Gem::Dependency
|
28
42
|
name: rails
|
29
43
|
requirement: !ruby/object:Gem::Requirement
|