appscms-tools-theme 4.5.2 → 4.5.4

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: e5ff36f832481cd021e7f9b6138568311994103c8f07b7526b4757b3c7538ef4
4
- data.tar.gz: ba004bad2450a345a8681ba514961f9913b66ddfc298c3abb7969ba20d7c4b9f
3
+ metadata.gz: 90aea69c90d05e3dc7e2b7aeff3f247c73b7842c0abcb30e2c40480e5abf6e58
4
+ data.tar.gz: f49875fa8e2311f7f08e09dfe0a1ad97fcba1026b0c6c68e96de2e83254451b6
5
5
  SHA512:
6
- metadata.gz: 3c422657817694e9309f258452675000c53f725010b35a485e40b5c4425ef650951bbf516c9d39baa3244ea5b137e5484b674370b70b485464ffce83a92f2b61
7
- data.tar.gz: 6608b41ba57833c697d677c837eab665ef89f014f7e048a0da1c27d13261cdca5c9b5d453a20b6894d91cff44f873e5ef62741b11c248adf9777682214da0997
6
+ metadata.gz: eeb784d0e1a12547f1fcd5a1d9e4cc4aa6c8c8d007dec718b11c13e2535eb9fa028d316c261bbfd938cd3877266973f70313184476653f0648572ffde460d0da
7
+ data.tar.gz: 7a12902b4f4312f594f8e798df649fd3df3a74b0ace4252f21644691641860145ab07ada507d2385cfa1dd1c433f86bdcde08b1efa2621ca7fca8bcf638fe6dc
@@ -37,7 +37,7 @@ layout: appscms-feature
37
37
 
38
38
  <div class="d-flex align-items-center">
39
39
  <button id="download-button" style="background: var(--primary-color)">
40
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
40
+ <svg id="download-svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
41
41
  <path d="M256 0C114.6 0 0 114.6 0 256c0 141.4 114.6 256 256 256s256-114.6 256-256C512 114.6 397.4 0 256 0zM382.6 302.6l-103.1 103.1C270.7 414.6 260.9 416 256 416c-4.881 0-14.65-1.391-22.65-9.398L129.4 302.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 306.8V128c0-17.69 14.33-32 32-32s32 14.31 32 32v178.8l49.38-49.38c12.5-12.5 32.75-12.5 45.25 0S395.1 290.1 382.6 302.6z"/>
42
42
  </svg>
43
43
  <span class="button-loader"></span>
@@ -96,14 +96,14 @@
96
96
  }
97
97
 
98
98
  .faq-question {
99
- font-size: 22px;
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: 15px;
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: 20px;
217
+ font-size: 22px;
218
218
  margin-bottom: 18px;
219
219
  }
220
220
 
221
221
  .faq-answer {
222
- font-size: 12px;
222
+ font-size: 18px;
223
223
  margin-bottom: 2px;
224
224
  }
225
225
 
@@ -175,12 +175,14 @@ document.addEventListener("DOMContentLoaded", function() {
175
175
  const downloadButton = document.getElementById("download-button");
176
176
 
177
177
  if (downloadButton) {
178
- const loader = downloadButton.querySelector(".button-loader");
178
+ const loader = document.querySelector(".button-loader");
179
+ const downloadSvg = downloadButton.querySelector("#download-svg");
179
180
  const savingData = document.getElementById("saving-data");
180
181
 
181
182
  downloadButton.addEventListener("click", function() {
182
183
 
183
184
  loader.style.display = "block";
185
+ downloadSvg.style.visibility = "hidden";
184
186
 
185
187
 
186
188
  // Show saving data message
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.2
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-19 00:00:00.000000000 Z
11
+ date: 2024-04-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll