appscms-tools-theme 4.5.3 → 4.5.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/assets/css/appscms-feature.css +4 -4
- data/assets/js/appscms-theme.js +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 90aea69c90d05e3dc7e2b7aeff3f247c73b7842c0abcb30e2c40480e5abf6e58
|
4
|
+
data.tar.gz: f49875fa8e2311f7f08e09dfe0a1ad97fcba1026b0c6c68e96de2e83254451b6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eeb784d0e1a12547f1fcd5a1d9e4cc4aa6c8c8d007dec718b11c13e2535eb9fa028d316c261bbfd938cd3877266973f70313184476653f0648572ffde460d0da
|
7
|
+
data.tar.gz: 7a12902b4f4312f594f8e798df649fd3df3a74b0ace4252f21644691641860145ab07ada507d2385cfa1dd1c433f86bdcde08b1efa2621ca7fca8bcf638fe6dc
|
@@ -96,14 +96,14 @@
|
|
96
96
|
}
|
97
97
|
|
98
98
|
.faq-question {
|
99
|
-
font-size:
|
99
|
+
font-size: 25px;
|
100
100
|
font-weight: 500;
|
101
101
|
|
102
102
|
margin-bottom: 10px;
|
103
103
|
}
|
104
104
|
|
105
105
|
.faq-answer {
|
106
|
-
font-size:
|
106
|
+
font-size: 16px;
|
107
107
|
font-weight: normal;
|
108
108
|
margin-bottom: 20px;
|
109
109
|
}
|
@@ -214,12 +214,12 @@
|
|
214
214
|
|
215
215
|
/* faq section */
|
216
216
|
.faq-question {
|
217
|
-
font-size:
|
217
|
+
font-size: 22px;
|
218
218
|
margin-bottom: 18px;
|
219
219
|
}
|
220
220
|
|
221
221
|
.faq-answer {
|
222
|
-
font-size:
|
222
|
+
font-size: 18px;
|
223
223
|
margin-bottom: 2px;
|
224
224
|
}
|
225
225
|
|
data/assets/js/appscms-theme.js
CHANGED
@@ -175,7 +175,7 @@ document.addEventListener("DOMContentLoaded", function() {
|
|
175
175
|
const downloadButton = document.getElementById("download-button");
|
176
176
|
|
177
177
|
if (downloadButton) {
|
178
|
-
const loader =
|
178
|
+
const loader = document.querySelector(".button-loader");
|
179
179
|
const downloadSvg = downloadButton.querySelector("#download-svg");
|
180
180
|
const savingData = document.getElementById("saving-data");
|
181
181
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: appscms-tools-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.5.
|
4
|
+
version: 4.5.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- vivek-appscms
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-04-
|
11
|
+
date: 2024-04-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|