bullet_train-themes-light 1.7.14 → 1.7.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: d596fd821f6448de590a4f8691f24069b34244ca289fe29646a79e1c6f809f37
|
|
4
|
+
data.tar.gz: 80f3cb5decbc370bd4cc5d2f86deff8c3bbbefb0004c2c3aa7f0742d893755a7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7fdcf2b2f1ce2487a887aa1fc60714bb25369446e250c995927b76fc776f0738a9dca1c85f116ee8829ba30cbab78ff16f812cac99aa1d6d1123075f91ad2de7
|
|
7
|
+
data.tar.gz: bcb9048bf85378ab816d75ca12c6c0ae906173ba37cb5185b7c4bac8157c411d6a6590b193ac10e130a11e97d5b646796f460cc3e83417cb7f25519d6983c5b9
|
|
@@ -132,6 +132,18 @@
|
|
|
132
132
|
.trix-button:disabled::before {
|
|
133
133
|
@apply opacity-25;
|
|
134
134
|
}
|
|
135
|
+
|
|
136
|
+
.trix-dialog {
|
|
137
|
+
@apply bg-slate-800 border-slate-900 shadow-lg shadow-slate-900 !important;
|
|
138
|
+
|
|
139
|
+
.trix-button--dialog {
|
|
140
|
+
@apply text-white;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.trix-input--dialog {
|
|
144
|
+
@apply bg-slate-800 dark:text-slate-300 focus:ring-primary-500 focus:border-primary-500;
|
|
145
|
+
}
|
|
146
|
+
}
|
|
135
147
|
}
|
|
136
148
|
|
|
137
149
|
.tribute-container {
|
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.7.
|
|
4
|
+
version: 1.7.15
|
|
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-07-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: standard
|